wiki:GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-7

Version 2 (modified by lnevers@bbn.com, 11 years ago) (diff)

--

IG-XN-7: IG Utah Xen to IG GPO Xen with 2 stitched links

This test case verifies a topology that requests one IG Utah Xen VM to one IG GPO Xen connected with 2 stitched VLANs via the Internet2 ION aggregate. For overall status see the InstaGENI Xen Virtualization Test Status page.

Test Status

This section captures the status for each step in the acceptance test plan.

Test State Ticket Notes
IG Utah Xen to IG GPO Xen


State Legend Description
Color(green,Pass)? Test completed and met all criteria
Color(#98FB98,Pass: most criteria)? Test completed and met most criteria. Exceptions documented
Color(red,Fail)? Test completed and failed to meet criteria.
Color(yellow,Complete)? Test completed but will require re-execution due to expected changes
Color(orange,Blocked)? Blocked by ticketed issue(s).
Color(#63B8FF,In Progress)? Currently under test.


Test Execution Details

This testing is executed with GENI Clearinghouse Credentials. No assumptions are made.

Using the following request RSpec:

...
  <node client_id="xen-gpo" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
    <sliver_type name="emulab-xen"/>
    <interface client_id="xen-gpo:if0">
      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
    </interface>
    <interface client_id="xen-gpo:if1">
      <ip address="10.10.4.1" netmask="255.255.255.0" type="ipv4"/>
    </interface>
  </node>
  <node client_id="xen-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
    <sliver_type name="emulab-xen"/>
    <interface client_id="xen-utah:if0">
      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
    </interface>
    <interface client_id="xen-utah:if1">
      <ip address="10.10.4.2" netmask="255.255.255.0" type="ipv4"/>
    </interface>

  </node>
  <link client_id="link0">
    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
    <interface_ref client_id="xen-gpo:if0"/>
    <interface_ref client_id="xen-utah:if0"/>
    <property source_id="xen-gpo:if0" dest_id="xen-utah:if0" capacity="100000"/>
    <property source_id="xen-utah:if0" dest_id="xen-gpo:if0" capacity="100000"/>
  </link>
  <link client_id="link1">
    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
    <interface_ref client_id="xen-gpo:if1"/>
    <interface_ref client_id="xen-utah:if1"/>
    <property source_id="xen-gpo:if1" dest_id="xen-utah:if1" capacity="100000"/>
    <property source_id="xen-utah:if1" dest_id="xen-gpo:if1" capacity="100000"/>
  </link>

...

Created a slice and then created a stitched sliver:

$ omni.py createslice xen-2link     
16:18:52 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
16:18:52 INFO     omni: Using control framework portal
16:18:53 INFO     omni: Created slice with Name xen-2link, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+xen-2link, Expiration 2013-08-21 20:18:53
16:18:53 INFO     omni:  ------------------------------------------------------------
16:18:53 INFO     omni:  Completed createslice:

  Options as run:
		framework: portal
		project: ln-prj

  Args: createslice xen-2link

  Result Summary: Created slice with Name xen-2link, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+xen-2link, Expiration 2013-08-21 20:18:53
 
16:18:53 INFO     omni:  ============================================================

$ stitcher.py createsliver xen-2link ./insta-xen-ig-gpo-ig-utah-2link.rspec 
???