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


Ignore:
Timestamp:
09/19/14 09:35:02 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIOESSTopologiesTestStatus/OESS-TC4

    v9 v10  
    1111||    '''Sites'''                || '''State'''  || ''' Ticket '''  || '''Notes'''   ||
    1212||Missouri IG <-AL2S->Chicago IG <-AL2S-> Stanford IG  ||[[Color(green,Pass)]]|| || ||
    13 ||3 Nodes ring (Stanford IG, Chicago, and Missouri IG  |||| || ||
     13||3 Nodes ring (Stanford IG, Chicago, and Missouri IG  ||[[Color(green,Pass)]]|| || ||
    1414||2 Nodes loop (Stanford IG to Missouri IG) ||[[Color(green,Pass)]] || || ||
    1515
     
    3030
    3131== Three Nodes Linear ==
     32
    3233For 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].
    3334
     
    105106For 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-3ring.rspec stitch-3ring.rspec].
    106107
     108{{{
     109$ stitcher.py createsliver 3ring ./stitch-3ring.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 -r ln-test -o
     11009:27:03 INFO    : Configured logging from file /home/lnevers/gcf-2.7-preview-0912/src/gcf/stitcher_logging.conf
     11109:27:03 INFO    : Reading slice 3ring credential...
     11209:27:04 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+3ring expires on 2014-09-22 19:31:02 UTC
     11309:27:04 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     11409:27:04 INFO    : Calling SCS...
     11509:27:10 INFO    : Multi-AM reservation will include resources from these aggregates:
     11609:27:10 INFO    :      <Aggregate chicago-ig>
     11709:27:10 INFO    :      <Aggregate stanford-ig>
     11809:27:10 INFO    :      <Aggregate missouri-ig>
     11909:27:10 INFO    :      <Aggregate oess>
     12009:27:10 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3ring-for-lnevers-cred.xml
     12109:27:10 INFO    : Stitcher doing createsliver at <Aggregate chicago-ig>...
     12209:27:32 INFO    : ... Allocation at <Aggregate chicago-ig> complete.
     12309:27:32 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3ring-for-lnevers-cred.xml
     12409:27:32 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
     12509:27:55 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
     12609:27:55 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3ring-for-lnevers-cred.xml
     12709:27:55 INFO    : Stitcher doing createsliver at <Aggregate missouri-ig>...
     12809:28:17 INFO    : ... Allocation at <Aggregate missouri-ig> complete.
     12909:28:17 INFO    : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3ring-for-lnevers-cred.xml
     13009:28:17 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     13109:28:26 INFO    : ... Allocation at <Aggregate oess> complete.
     13209:28:26 INFO    : All aggregates are complete.
     13309:28:26 INFO    : Your resources expire at 2014-09-22T19:31:02 (UTC).
     13409:28:26 INFO    : Saved combined reservation RSpec at 4 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/3ring-manifest-rspec-multiam-combined.xml'
     135Success: Reserved resources in slice 3ring at 4 Aggregates (including 1 intermediate aggregate(s) not in the original request), creating 3 stitched link(s).
     136}}}
     137
     138Determine login:
     139{{{
     140$ readyToLogin 3ring -a stanford-ig
     141...
     142ig-stan's geni_status is: ready
     143User lnevers logs in to ig-stan using:
     144        ssh -p 35130  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu
     145
     146$ readyToLogin 3ring -a missouri-ig
     147...
     148ig-miss's geni_status is: ready
     149User lnevers logs in to ig-miss using:
     150        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.rnet.missouri.edu
     151
     152$ readyToLogin 3ring -a chicago-ig
     153...
     154ig-chic's geni_status is: ready
     155User lnevers logs in to ig-chic using:
     156        ssh -p 30010  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.geni.uchicago.edu
     157}}}
     158
     159Login to Missouri IG and ping remotes:
     160{{{
     161# Ping Stanford
     162[lnevers@ig-miss ~]$ ping -c 60 -q 10.10.1.2
     163PING 10.10.1.2 (10.10.1.2) 56(84) bytes of data.
     164
     165--- 10.10.1.2 ping statistics ---
     16660 packets transmitted, 60 received, 0% packet loss, time 59079ms
     167rtt min/avg/max/mdev = 15.089/15.710/39.399/3.089 ms
     168
     169# Ping Chicago
     170[lnevers@ig-miss ~]$ ping -c 60 -q 10.10.2.1
     171PING 10.10.2.1 (10.10.2.1) 56(84) bytes of data.
     172
     173--- 10.10.2.1 ping statistics ---
     17460 packets transmitted, 60 received, 0% packet loss, time 59085ms
     175rtt min/avg/max/mdev = 39.298/40.175/81.037/5.325 ms
     176}}}
     177
    107178== Two Nodes  loop ==
    108179For 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].