Changes between Version 78 and Version 79 of GeniNetworkStitchingTestStatus/Functional


Ignore:
Timestamp:
07/30/13 11:19:57 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingTestStatus/Functional

    v78 v79  
    22622262Verify the options (geni_hold_path, geni_start_time, geni_end_time) defined at  http://geni.maxgigapop.net/twiki/bin/view/GENI/NetworkStitchingAPI.
    22632263
    2264 Note: These options are not yet available via the GENI AM API. Ticket #1050
     2264Note: These options are not yet available via the GENI AM API and this functionality cannot be tested. A ticket was written to capture this missing
     2265feature #1050.
    22652266
    22662267==== 2.4.9 Invalid Routing profiles  ====
     
    22772278  --includehop=HOP_INCLUDE           Hop URN to include on every path - use with caution
    22782279}}}
     2280
     2281__Include VLAN Tests:__
    22792282
    22802283Before running the invalid scenarios, verified the ability to exclude valid VLANs between GPO IG and PG Utah:
     
    23452348}}}
    23462349
     2350
     2351__Exclude VLAN Tests:__
     2352
     2353Before running the invalid scenarios, verified the ability to include valid VLANs between GPO IG and PG Utah
     2354by requesting the advertisement that is actually available:
     2355{{{
     2356$ stitcher.py createsliver lnpath ./stitch-ig-gpo-pg-utah.rspec --includehop urn:publicid:IDN+emulab.net+interface+procurve-pgeni-atla:3.21=750-1000
     235711:04:07 INFO     stitcher: Loading config file /home/lnevers/.gcf/omni_config
     235811:04:07 INFO     stitcher: Using control framework portal
     235911:04:07 INFO     stitcher: Checking that slice lnpath is valid...
     236011:04:08 INFO     stitcher: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnpath expires on 2013-08-06 14:17:28 UTC
     2361StitchingServiceFailedError: Error from Stitching Service: code 3: MxTCE ComputeWorker return error message ' Action_ProcessRequestTopology_MP2P::Finish() Cannot find the set of paths for the RequestTopology. '.
     2362}}}
     2363So tried without the VLAN and it works:
     2364{{{
     2365$ stitcher.py createsliver lnpath ./stitch-ig-gpo-pg-utah.rspec --includehop urn:publicid:IDN+emulab.net+interface+procurve-pgeni-atla:3.21         
     236611:04:24 INFO     stitcher: Loading config file /home/lnevers/.gcf/omni_config
     236711:04:24 INFO     stitcher: Using control framework portal
     236811:04:24 INFO     stitcher: Checking that slice lnpath is valid...
     236911:04:25 INFO     stitcher: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnpath expires on 2013-08-06 14:17:28 UTC
     237011:04:25 INFO     stitcher: <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm> speaks AM API v3, but sticking with v2
     237111:04:25 INFO     stitcher: <Aggregate urn:publicid:IDN+emulab.net+authority+cm> speaks AM API v3, but sticking with v2
     237211:04:25 INFO     stitch.Aggregate: Writing to '/tmp/lnpath-createsliver-request-11-instageni-gpolab-bbn-com.xml'
     237311:04:25 INFO     stitch.Aggregate:
     2374        Stitcher doing createsliver at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am
     237511:04:46 INFO     stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm> complete.
     237611:04:46 WARNING  stitch.Aggregate: Slivers at PG Utah may not be requested initially for > 5 days. PG Utah slivers will expire earlier than at other aggregates - requested expiration being reset from 2013-08-06T14:17:28Z to 2013-08-04T14:44:46Z
     237711:04:46 INFO     stitch.Aggregate: Writing to '/tmp/lnpath-createsliver-request-11-emulab-net.xml'
     237811:04:46 INFO     stitch.Aggregate:
     2379        Stitcher doing createsliver at https://www.emulab.net:12369/protogeni/xmlrpc/am
     238011:05:24 INFO     stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+emulab.net+authority+cm> complete.
     238111:05:24 INFO     stitch.Aggregate: Writing to '/tmp/lnpath-createsliver-request-11-ion-internet2-edu.xml'
     238211:05:24 INFO     stitch.Aggregate:
     2383        Stitcher doing createsliver at http://geni-am.net.internet2.edu:12346
     238411:06:07 INFO     stitch.Aggregate: DCN AM <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am>: must wait for status ready....
     238511:06:07 INFO     stitch.Aggregate: Pause to let circuit become ready...
     238611:06:44 INFO     stitch.Aggregate: DCN circuit 23761 is ready
     238711:06:51 INFO     stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am> complete.
     238811:06:51 INFO     stitch.launcher: All aggregates are complete.
     2389}}}
     2390
     2391
     2392Seem that I cannot specify the VLAN Range for includehop???
     2393 
    23472394
    23482395=== 2.5 Advertisement RSpecs ===