Changes between Version 5 and Version 6 of GENIOESSTopologiesTestStatus/OESS-TC4


Ignore:
Timestamp:
09/18/14 16:50:15 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIOESSTopologiesTestStatus/OESS-TC4

    v5 v6  
    1212||Missouri IG <-AL2S->Chicago IG <-AL2S-> Stanford IG  |||| || ||
    1313||3 Nodes ring (Stanford IG, Chicago, and Missouri IG  |||| || ||
    14 ||2 Nodes loop (Staford IG to Missouri IG) || || || ||
     14||2 Nodes loop (Stanford IG to Missouri IG) || || || ||
    1515
    1616
     
    3737== Two Nodes  loop ==
    3838For this scenario two AL2S links are used between the nodes Stanford IG and Missouri IG.  The RSpec used for this testcase is [http://groups.geni.net/geni/browser/trunk/OESSRSpecs/stitch-loop.rspec stitch-loop.rspec].
     39{{{
     40$ stitcher.py createsliver lnloop$1 ./stitch-loop.rspec --excludehop urn:publicid:IDN+instageni.stanford.edu+interface+procurve2:1.24.ion.salt.xe-0_1_1 --excludehop urn:publicid:IDN+instageni.rnet.missouri.edu+interface+procurve2:1.19 -o
     4116:45:00 INFO    : Configured logging from file /home/lnevers/gcf-2.7-preview-0912/src/gcf/stitcher_logging.conf
     4216:45:00 INFO    : Reading slice lnloop credential...
     4316:45:00 WARNING : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+lnloop expires in <= 3 hours on 2014-09-18 22:35:40 UTC
     4416:45:00 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     4516:45:00 INFO    : Calling SCS...
     4616:45:05 INFO    : Multi-AM reservation will include resources from these aggregates:
     4716:45:05 INFO    :      <Aggregate missouri-ig>
     4816:45:05 INFO    :      <Aggregate stanford-ig>
     4916:45:05 INFO    :      <Aggregate oess>
     5016:45:05 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-lnloop-for-lnevers-cred.xml
     5116:45:05 INFO    : Stitcher doing createsliver at <Aggregate missouri-ig>...
     5216:45:05 WARNING : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+lnloop expires in <= 3 hours
     5316:45:22 INFO    : ... Allocation at <Aggregate missouri-ig> complete.
     5416:45:22 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-lnloop-for-lnevers-cred.xml
     5516:45:22 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
     5616:45:22 WARNING : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+lnloop expires in <= 3 hours
     5716:45:43 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
     5816:45:43 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-lnloop-for-lnevers-cred.xml
     5916:45:43 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     6016:45:43 WARNING : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+lnloop expires in <= 3 hours
     6116:45:50 INFO    : ... Allocation at <Aggregate oess> complete.
     6216:45:50 INFO    : All aggregates are complete.
     6316:45:50 INFO    : Your resources expire at 2014-09-18T22:35:40 (UTC).
     6416:45:50 INFO    : Saved combined reservation RSpec at 3 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/lnloop-manifest-rspec-multiam-combined.xml'
     65Success: Reserved resources in slice lnloop at 3 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     66}}}
     67Determine login:
     68{{{{
     69$ readyToLogin -a missouri-ig lnloop
     70...
     71miss's geni_status is: ready
     72User lnevers logs in to miss using:
     73        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.rnet.missouri.edu
     74
     75$ readyToLogin -a stanford-ig lnloop
     76...
     77ig-stan's geni_status is: ready
     78User lnevers logs in to ig-stan using:
     79        ssh -p 31802  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu
     80}}}
     81Login to Missouri host and ping both Stanford interfaces:
     82{{{
     83[lnevers@miss ~]$ ping -c 60 -q 192.168.1.1
     84PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
     85
     86--- 192.168.1.1 ping statistics ---
     8760 packets transmitted, 60 received, 0% packet loss, time 59038ms
     88rtt min/avg/max/mdev = 39.279/40.146/80.545/5.267 ms
     89
     90[lnevers@miss ~]$
     91[lnevers@miss ~]$ ping -c 60 -q 192.168.2.1
     92PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
     93
     94--- 192.168.2.1 ping statistics ---
     9560 packets transmitted, 60 received, 0% packet loss, time 59089ms
     96rtt min/avg/max/mdev = 39.244/40.146/79.767/5.165 ms
     97}}}
    3998
    4099