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

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

--

IG-XN-8: IG Utah Xen to ExoGENI GPO VM with 1 stitched VLAN

This test case verifies a topology that requests one IG Utah Xen to one ExoGENI GPO OpenStack VM with 1 stitched VLAN 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 EG GPO OpenStack VM


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.

IG Utah Xen to ExoGENI GPO VM with 1 stitched VLAN

Using the following RSpec:

...
  <node client_id="eg-gpo" component_manager_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am">
   <interface client_id="eg-gpo:if0">
      <ip address="192.168.1.1" netmask="255.255.255.0" />
    </interface>
  </node>
  <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" >
    <sliver_type name="emulab-xen"/>
     <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services>
    <interface client_id="ig-utah:if0">
      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
    </interface>
  </node>
  <link client_id="link-eggpo-igutah">
    <component_manager name="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+am"/>
    <interface_ref client_id="eg-gpo:if0"/>
    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
    <interface_ref client_id="ig-utah:if0"/>
  </link>
...

Created a slice and stitched sliver:

$ omni.py createslice xen-eg-gpo-ig-utah
14:27:26 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
14:27:26 INFO     omni: Using control framework portal
14:27:28 INFO     omni: Created slice with Name xen-eg-gpo-ig-utah, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+xen-eg-gpo-ig-utah, Expiration 2013-08-19 18:27:27
14:27:28 INFO     omni:  ------------------------------------------------------------
14:27:28 INFO     omni:  Completed createslice:

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

  Args: createslice xen-eg-gpo-ig-utah

  Result Summary: Created slice with Name xen-eg-gpo-ig-utah, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+xen-eg-gpo-ig-utah, Expiration 2013-08-19 18:27:27
 
14:27:28 INFO     omni:  ============================================================

$ stitcher.py createsliver xen-eg-gpo-ig-utah insta-xen-eg-gpo-ig-utah.rspec -o
????