Changes between Version 48 and Version 49 of GeniNetworkStitchingTestStatus/Functional


Ignore:
Timestamp:
06/10/13 09:59:50 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingTestStatus/Functional

    v48 v49  
    17621762
    17631763=== 2.4 RSpec Input Validation ===
    1764 Test in this section validated the handling of various RSpec input scenarios:
     1764
     1765Tests in this section validated the handling of various RSpec input scenarios. Each planned scenario is captured below:
    17651766
    17661767==== 2.4.1 Request link with only 1 component_manager tag ====
     1768
    17671769The following RSpec was used defining only one component_manager for PG Utah and not including the IG Utah component_manager:
    17681770{{{
     
    18201822}}}
    18211823
    1822 }}}
     1824
    18231825
    18241826==== 2.4.2 Request link with 2 interface_ref elements but no component_manager elements ====
     1827
     1828The following RSpec was used defining only no component_manager for either aggregate associated with the link:
     1829{{{
     1830...
     1831  <node client_id="pg-utah" component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="false">
     1832    <sliver_type name="emulab-openvz"/>
     1833    <interface client_id="pg-utah:if0">
     1834      <ip address="10.22.4.1" netmask="255.255.255.0" type="ipv4"/>
     1835    </interface>
     1836  </node>
     1837  <node client_id="ig-utah" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
     1838    <sliver_type name="emulab-openvz"/>
     1839    <interface client_id="ig-utah:if0">
     1840      <ip address="10.22.4.2" netmask="255.255.255.0" type="ipv4"/>
     1841    </interface>
     1842  </node>
     1843  <link client_id="link">
     1844    <interface_ref client_id="pg-utah:if0"/>
     1845    <interface_ref client_id="ig-utah:if0"/>
     1846    <property source_id="pg-utah:if0" dest_id="ig-utah:if0"/>
     1847    <property source_id="ig-utah:if0" dest_id="pg-utah:if0"/>
     1848  </link>
     1849...
     1850}}}
     1851The test shows the same failure as the previous scenario:
     1852
     1853{{{
     1854$ stitcher.py createsliver ln-stitch1 ./stitch-2if-ref-no-comp-mgr.rspec
     185509:55:55 INFO     stitcher: Loading config file /home/lnevers/.gcf/omni_config
     185609:55:55 INFO     stitcher: Using control framework pg
     185709:55:55 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     185809:55:55 INFO     omni: Using control framework pg
     185909:56:03 ERROR    omni.protogeni: Call for Test PG AM for GENI API compatibilitity at https://www.schooner.wail.wisc.edu/protogeni/xmlrpc/am failed.: ProtocolError: <ProtocolError for www.schooner.wail.wisc.edu/protogeni/xmlrpc/am: 403 Forbidden>
     186009:56:03 ERROR    omni.protogeni:     ..... Run with --debug for more information
     186109:56:21 ERROR    omni.protogeni: Call for Test PG AM for GENI API compatibilitity at https://pg-boss.ansp.br:12369/protogeni/xmlrpc/am failed.: Unknown socket error: [Errno 113] No route to host
     186209:56:21 ERROR    omni.protogeni:     ..... Run with --debug for more information
     186309:56:44 ERROR    omni.protogeni: Call for Test PG AM for GENI API compatibilitity at https://opencirrus-07501.hpl.hp.com:12346/ failed.: Unknown SSL error The read operation timed out
     186409:56:44 ERROR    omni.protogeni:     ..... Run with --debug for more information
     186509:56:52 ERROR    omni: Missing -a argument: specify an aggregate where you want the reservation.
     1866Missing -a argument: specify an aggregate where you want the reservation.
     1867}}}
     1868
     1869
    18251870==== 2.4.3 Request link with 2 local interface_ref elements and 1 remote interface_ref element ====
     1871
    18261872==== 2.4.4 Request link with an interface_ref whose client_id is not the ID for any interface in the RSpec ====
    18271873==== 2.4.5 Request stitching extension with a path that has 0 hops ====