Changes between Version 8 and Version 9 of GENIOESSTopologiesTestStatus/OESS-TC4


Ignore:
Timestamp:
09/18/14 17:03:25 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIOESSTopologiesTestStatus/OESS-TC4

    v8 v9  
    1010
    1111||    '''Sites'''                || '''State'''  || ''' Ticket '''  || '''Notes'''   ||
    12 ||Missouri IG <-AL2S->Chicago IG <-AL2S-> Stanford IG  |||| || ||
     12||Missouri IG <-AL2S->Chicago IG <-AL2S-> Stanford IG  ||[[Color(green,Pass)]]|| || ||
    1313||3 Nodes ring (Stanford IG, Chicago, and Missouri IG  |||| || ||
    1414||2 Nodes loop (Stanford IG to Missouri IG) ||[[Color(green,Pass)]] || || ||
     
    3131== Three Nodes Linear ==
    3232For this scenario three AL2S links are used between the nodes Stanford IG, Chicago IG and Missouri IG.  The RSpec used for this testcase is [http://groups.geni.net/geni/browser/trunk/OESSRSpecs/stitch-3-M-C-S.rspec stitch-3-M-C-S.rspec].
     33
     34{{{
     35$ stitcher.py createsliver 3-M-C-S ./stitch-3-M-C-S.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
     3616:52:10 INFO    : Configured logging from file /home/lnevers/gcf-2.7-preview-0912/src/gcf/stitcher_logging.conf
     3716:52:10 INFO    : Reading slice 3-M-C-S credential...
     3816:52:11 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+3-M-C-S expires on 2014-09-22 20:13:38 UTC
     3916:52:11 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     4016:52:11 INFO    : Calling SCS...
     4116:52:15 INFO    : Multi-AM reservation will include resources from these aggregates:
     4216:52:15 INFO    :      <Aggregate chicago-ig>
     4316:52:15 INFO    :      <Aggregate missouri-ig>
     4416:52:15 INFO    :      <Aggregate stanford-ig>
     4516:52:15 INFO    :      <Aggregate oess>
     4616:52:15 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3-M-C-S-for-lnevers-cred.xml
     4716:52:15 INFO    : Stitcher doing createsliver at <Aggregate chicago-ig>...
     4816:52:32 INFO    : ... Allocation at <Aggregate chicago-ig> complete.
     4916:52:32 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3-M-C-S-for-lnevers-cred.xml
     5016:52:32 INFO    : Stitcher doing createsliver at <Aggregate missouri-ig>...
     5116:52:55 INFO    : ... Allocation at <Aggregate missouri-ig> complete.
     5216:52:55 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3-M-C-S-for-lnevers-cred.xml
     5316:52:55 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
     5416:53:37 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
     5516:53:37 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3-M-C-S-for-lnevers-cred.xml
     5616:53:37 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     5716:53:43 INFO    : ... Allocation at <Aggregate oess> complete.
     5816:53:43 INFO    : All aggregates are complete.
     5916:53:44 INFO    : Your resources expire at 2014-09-22T20:13:38 (UTC).
     6016:53:44 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/3-M-C-S-manifest-rspec-multiam-combined.xml'
     61Success: Reserved resources in slice 3-M-C-S at 4 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     62}}}
     63
     64Determine Login:
     65{{{
     66$ readyToLogin -a chicago-ig 3-M-C-S
     67...
     68ig-chic's geni_status is: ready
     69User lnevers logs in to ig-chic using:
     70        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.geni.uchicago.edu
     71
     72$ readyToLogin -a stanford-ig 3-M-C-S
     73...
     74ig-stan's geni_status is: ready
     75User lnevers logs in to ig-stan using:
     76        ssh -p 34874  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu
     77
     78$ readyToLogin -a missouri-ig 3-M-C-S
     79...
     80miss's geni_status is: ready
     81User lnevers logs in to miss using:
     82        ssh -p 30522  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.rnet.missouri.edu
     83}}}
     84
     85
     86Login to Chicago host and ping the two remote hosts:
     87{{{
     88[lnevers@ig-chic ~]$ ping -c 60 -q 192.168.4.2
     89PING 192.168.4.2 (192.168.4.2) 56(84) bytes of data.
     90
     91--- 192.168.4.2 ping statistics ---
     9260 packets transmitted, 60 received, 0% packet loss, time 59094ms
     93rtt min/avg/max/mdev = 48.251/49.408/100.963/6.722 ms
     94
     95[lnevers@ig-chic ~]$ ping -c 60 -q 192.168.2.2
     96PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
     97
     98--- 192.168.2.2 ping statistics ---
     9960 packets transmitted, 60 received, 0% packet loss, time 59089ms
     100rtt min/avg/max/mdev = 15.088/15.874/50.455/4.504 ms
     101[lnevers@ig-chic ~]$
     102}}}
    33103
    34104== Three Nodes Ring ==