Changes between Version 25 and Version 26 of GeniNetworkStitchingConfirmationTestStatus/Stanford


Ignore:
Timestamp:
01/05/15 12:05:51 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingConfirmationTestStatus/Stanford

    v25 v26  
    505505
    506506=== AL2S Tests ===
     507
    507508Create a slice and then create the stitched slivers with the RSpec [http://groups.geni.net/geni/browser/trunk/stitch-examples/Stanford/IG-ST-2.rspec IG-ST-2.rspec]:
    508509{{{
    509 omni.py createslice IG-ST-2
    510 stitcher.py createsliver IG-ST-2 IG-ST-2.rspec -o
     510$ stitcher.py createsliver IG-ST-2 IG-ST-2.rspec --excludehop urn:publicid:IDN+instageni.stanford.edu+interface+procurve2:1.24.ion.salt.xe-0_1_1 -o
     51111:58:09 INFO    : Configured logging from file /home/lnevers/gcf-2.7/src/gcf/stitcher_logging.conf
     51211:58:10 INFO    : Reading slice IG-ST-2 credential...
     51311:58:10 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+IG-ST-2 expires on 2015-01-12 15:38:58 UTC
     51411:58:10 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     51511:58:10 INFO    : Calling SCS...
     51611:58:13 INFO    : Multi-AM reservation will include resources from these aggregates:
     51711:58:13 INFO    :      <Aggregate stanford-ig>
     51811:58:13 INFO    :      <Aggregate gpo-ig>
     51911:58:13 INFO    :      <Aggregate oess>
     52011:58:13 INFO    :      <Aggregate ion>
     52111:58:13 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
     52211:58:34 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
     52311:58:34 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     52411:58:50 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     52511:58:50 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     52611:58:58 INFO    : ... Allocation at <Aggregate oess> complete.
     52711:58:58 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     52811:59:44 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     52911:59:44 INFO    : Pausing 30 seconds to let circuit become ready...
     53012:00:21 INFO    : Pausing 30 seconds to let circuit become ready...
     53112:00:59 INFO    : DCN circuit 145871 is ready at <Aggregate ion>
     53212:00:59 INFO    : DCN circuit 145861 is ready at <Aggregate ion>
     53312:01:06 INFO    : ... Allocation at <Aggregate ion> complete.
     53412:01:06 INFO    : All aggregates are complete.
     53512:01:06 INFO    : Your resources expire at 2015-01-11T16:48:13 (UTC).
     53612:01:06 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/stitch-test/Stanford/IG-ST-2-manifest-rspec-multiam-combined.xml'
     537Success: Reserved resources in slice IG-ST-2 at 4 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    511538}}}
    512539
     
    515542$ readyToLogin.py IG-ST-2 -a stanford-ig
    516543  ....
     544ig-stan's geni_status is: ready
     545User lnevers logs in to ig-stan using:
     546        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu
    517547
    518548$ readyToLogin.py IG-ST-2 -a gpo-ig
    519549  ....
    520 }}}
    521 
    522 Login to each host and ping the remote on each of the two interfaces.  Below is the ping output for the GPO site:
    523 {{{
    524 ping 10.10.4.2 -c 60 -q
    525 ping 192.168.4.2 -c 60 -q
     550ig-gpo's geni_status is: ready
     551User lnevers logs in to ig-gpo using:
     552        ssh -p 31034  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com
     553}}}
     554
     555Login to GPO host and ping the remote on each of the two interfaces: 
     556{{{
     557[lnevers@ig-gpo ~]$ ping 10.10.4.2 -c 60 -q
     558PING 10.10.4.2 (10.10.4.2) 56(84) bytes of data.
     559
     560--- 10.10.4.2 ping statistics ---
     56160 packets transmitted, 60 received, 0% packet loss, time 59031ms
     562rtt min/avg/max/mdev = 74.695/76.269/151.103/9.745 ms
     563
     564[lnevers@ig-gpo ~]$ ping 192.168.4.2 -c 60 -q
     565PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     566
     567--- 192.168.4.2 ping statistics ---
     56860 packets transmitted, 60 received, 0% packet loss, time 59088ms
     569rtt min/avg/max/mdev = 74.699/76.349/153.161/10.007 ms
    526570}}}
    527571