| 2350 | |
| 2351 | __Exclude VLAN Tests:__ |
| 2352 | |
| 2353 | Before running the invalid scenarios, verified the ability to include valid VLANs between GPO IG and PG Utah |
| 2354 | by 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 |
| 2357 | 11:04:07 INFO stitcher: Loading config file /home/lnevers/.gcf/omni_config |
| 2358 | 11:04:07 INFO stitcher: Using control framework portal |
| 2359 | 11:04:07 INFO stitcher: Checking that slice lnpath is valid... |
| 2360 | 11:04:08 INFO stitcher: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnpath expires on 2013-08-06 14:17:28 UTC |
| 2361 | StitchingServiceFailedError: 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 | }}} |
| 2363 | So 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 |
| 2366 | 11:04:24 INFO stitcher: Loading config file /home/lnevers/.gcf/omni_config |
| 2367 | 11:04:24 INFO stitcher: Using control framework portal |
| 2368 | 11:04:24 INFO stitcher: Checking that slice lnpath is valid... |
| 2369 | 11:04:25 INFO stitcher: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnpath expires on 2013-08-06 14:17:28 UTC |
| 2370 | 11:04:25 INFO stitcher: <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm> speaks AM API v3, but sticking with v2 |
| 2371 | 11:04:25 INFO stitcher: <Aggregate urn:publicid:IDN+emulab.net+authority+cm> speaks AM API v3, but sticking with v2 |
| 2372 | 11:04:25 INFO stitch.Aggregate: Writing to '/tmp/lnpath-createsliver-request-11-instageni-gpolab-bbn-com.xml' |
| 2373 | 11:04:25 INFO stitch.Aggregate: |
| 2374 | Stitcher doing createsliver at https://boss.instageni.gpolab.bbn.com:12369/protogeni/xmlrpc/am |
| 2375 | 11:04:46 INFO stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm> complete. |
| 2376 | 11: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 |
| 2377 | 11:04:46 INFO stitch.Aggregate: Writing to '/tmp/lnpath-createsliver-request-11-emulab-net.xml' |
| 2378 | 11:04:46 INFO stitch.Aggregate: |
| 2379 | Stitcher doing createsliver at https://www.emulab.net:12369/protogeni/xmlrpc/am |
| 2380 | 11:05:24 INFO stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+emulab.net+authority+cm> complete. |
| 2381 | 11:05:24 INFO stitch.Aggregate: Writing to '/tmp/lnpath-createsliver-request-11-ion-internet2-edu.xml' |
| 2382 | 11:05:24 INFO stitch.Aggregate: |
| 2383 | Stitcher doing createsliver at http://geni-am.net.internet2.edu:12346 |
| 2384 | 11:06:07 INFO stitch.Aggregate: DCN AM <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am>: must wait for status ready.... |
| 2385 | 11:06:07 INFO stitch.Aggregate: Pause to let circuit become ready... |
| 2386 | 11:06:44 INFO stitch.Aggregate: DCN circuit 23761 is ready |
| 2387 | 11:06:51 INFO stitch.Aggregate: Allocation at <Aggregate urn:publicid:IDN+ion.internet2.edu+authority+am> complete. |
| 2388 | 11:06:51 INFO stitch.launcher: All aggregates are complete. |
| 2389 | }}} |
| 2390 | |
| 2391 | |
| 2392 | Seem that I cannot specify the VLAN Range for includehop??? |
| 2393 | |