Changes between Version 17 and Version 18 of GENIOESSTopologiesTestStatus/OESS-TC3


Ignore:
Timestamp:
09/22/14 15:09:41 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIOESSTopologiesTestStatus/OESS-TC3

    v17 v18  
    1111||    '''Sites'''                                                       || '''State'''          ||'''Completed''' || '''Notes'''   ||
    1212||GPO IG <-ION-> Stanford IG <-AL2S-> Missouri IG                       ||[[Color(green,Pass)]]||2014-09-18       ||  ||
    13 ||GPO IG <-ION-> Stanford IG <-AL2S-> Missouri IG<-ION->NYSERNet IG     ||                      || ||  ||
    1413||GPO IG <-ION><-AL2s->Stanford IG <-ION><-AL2s-> Rutgers IG ||[[Color(green,Pass)]] || 2014-09-22|| ||
     14||GPO IG <-ION-><-AL2S-> Stanford IG <-AL2S-> Missouri IG<-AL2S-><-ION->NYSERNet IG     ||                      || ||  ||
    1515||5 Nodes Star Topology (Missouri center node)     || || ||Two ION site and 2 AL2S site are endpoints.||
    1616
     
    109109}}}
    110110
     111== GPO IG <-ION><-AL2s->Stanford IG <-ION><-AL2s-> Rutgers IG ==
     112or this scenario there is one AL2S link between the nodes Stanford IG and Missouri IG and two ION links (one to GPO IG and one to NYSERNet IG).  The RSpec used for this testcase is [http://groups.geni.net/geni/browser/trunk/OESSRSpecs/stitch-gpo2stan2rut.rspec stitch-gpo2stan2rut.rspec]:
     113
     114Creates sliver:
     115{{{
     116$ stitcher.py createsliver gpo2stan2rut ./stitch-gpo2stan2rut.rspec --excludehop urn:publicid:IDN+instageni.stanford.edu+interface+procurve2:1.24.ion.salt.xe-0_1_1 -o -r ln-test
     11714:51:08 INFO    : Configured logging from file /home/lnevers/gcf-2.7-rc1/src/gcf/stitcher_logging.conf
     11814:51:09 INFO    : Reading slice gpo2stan2rut credential...
     11914:51:09 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+gpo2stan2rut expires on 2014-09-29 18:51:08 UTC
     12014:51:09 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
     12114:51:09 INFO    : Calling SCS...
     12214:51:14 INFO    : Multi-AM reservation will include resources from these aggregates:
     12314:51:14 INFO    :      <Aggregate stanford-ig>
     12414:51:14 INFO    :      <Aggregate gpo-ig>
     12514:51:14 INFO    :      <Aggregate rutgers-ig>
     12614:51:14 INFO    :      <Aggregate oess>
     12714:51:14 INFO    :      <Aggregate ion>
     12814:51:14 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
     12914:51:36 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
     13014:51:36 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
     13114:51:51 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
     13214:51:51 INFO    : Stitcher doing createsliver at <Aggregate rutgers-ig>...
     13314:52:11 INFO    : ... Allocation at <Aggregate rutgers-ig> complete.
     13414:52:11 INFO    : Stitcher doing createsliver at <Aggregate oess>...
     13514:52:18 INFO    : ... Allocation at <Aggregate oess> complete.
     13614:52:18 INFO    : Stitcher doing createsliver at <Aggregate ion>...
     13714:53:04 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
     13814:53:04 INFO    : Pausing 30 seconds to let circuit become ready...
     13914:53:42 INFO    : Pausing 30 seconds to let circuit become ready...
     14014:54:19 INFO    : DCN circuit 119681 is ready at <Aggregate ion>
     14114:54:19 INFO    : DCN circuit 119671 is ready at <Aggregate ion>
     14214:54:26 INFO    : ... Allocation at <Aggregate ion> complete.
     14314:54:26 INFO    : All aggregates are complete.
     14414:54:26 INFO    : Your resources expire at 2014-09-28T18:41:14 (UTC).
     14514:54:26 INFO    : Saved combined reservation RSpec at 5 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/gpo2stan2rut-manifest-rspec-multiam-combined.xml'
     146Success: Reserved resources in slice gpo2stan2rut at 5 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
     147}}}
     148
     149Determined login for Stanford node:
     150{{{
     151$ readyToLogin -a stanford-ig gpo2stan2rut
     152...
     153ig-stan's geni_status is: ready
     154User lnevers logs in to ig-stan using:
     155        ssh -p 35130  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu
     156}}}
     157
     158Login to Stanford node and ping two remotes:
     159{{{
     160# GPO IG
     161
     162[lnevers@ig-stan ~]$ ping 192.168.0.1 -c 60 -q
     163PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
     164
     165--- 192.168.0.1 ping statistics ---
     16660 packets transmitted, 60 received, 0% packet loss, time 59066ms
     167rtt min/avg/max/mdev = 86.105/86.207/86.715/0.346 ms
     168
     169# Rutgers
     170[lnevers@ig-stan ~]$ ping 192.168.1.1 -c 60 -q
     171PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
     172
     173--- 192.168.1.1 ping statistics ---
     17460 packets transmitted, 60 received, 0% packet loss, time 59069ms
     175rtt min/avg/max/mdev = 69.003/69.210/69.690/0.171 ms
     176}}}
     177
    111178== GPO IG <-ION-> Stanford IG <-AL2S-> Missouri IG<-ION->NYSERNet IG ==
    112179
     
    203270}}}
    204271
    205 == GPO IG <-ION><-AL2s->Stanford IG <-ION><-AL2s-> Rutgers IG ==
    206 or this scenario there is one AL2S link between the nodes Stanford IG and Missouri IG and two ION links (one to GPO IG and one to NYSERNet IG).  The RSpec used for this testcase is [http://groups.geni.net/geni/browser/trunk/OESSRSpecs/stitch-gpo2stan2rut.rspec stitch-gpo2stan2rut.rspec]:
    207 
    208 Creates sliver:
    209 {{{
    210 
    211 stitcher.py createsliver gpo2stan2rut ./stitch-gpo2stan2rut.rspec --excludehop urn:publicid:IDN+instageni.stanford.edu+interface+procurve2:1.24.ion.salt.xe-0_1_1 -o -r ln-test
    212 14:51:08 INFO    : Configured logging from file /home/lnevers/gcf-2.7-rc1/src/gcf/stitcher_logging.conf
    213 14:51:09 INFO    : Reading slice gpo2stan2rut credential...
    214 14:51:09 INFO    : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+gpo2stan2rut expires on 2014-09-29 18:51:08 UTC
    215 14:51:09 INFO    : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc
    216 14:51:09 INFO    : Calling SCS...
    217 14:51:14 INFO    : Multi-AM reservation will include resources from these aggregates:
    218 14:51:14 INFO    :      <Aggregate stanford-ig>
    219 14:51:14 INFO    :      <Aggregate gpo-ig>
    220 14:51:14 INFO    :      <Aggregate rutgers-ig>
    221 14:51:14 INFO    :      <Aggregate oess>
    222 14:51:14 INFO    :      <Aggregate ion>
    223 14:51:14 INFO    : Stitcher doing createsliver at <Aggregate stanford-ig>...
    224 14:51:36 INFO    : ... Allocation at <Aggregate stanford-ig> complete.
    225 14:51:36 INFO    : Stitcher doing createsliver at <Aggregate gpo-ig>...
    226 14:51:51 INFO    : ... Allocation at <Aggregate gpo-ig> complete.
    227 14:51:51 INFO    : Stitcher doing createsliver at <Aggregate rutgers-ig>...
    228 14:52:11 INFO    : ... Allocation at <Aggregate rutgers-ig> complete.
    229 14:52:11 INFO    : Stitcher doing createsliver at <Aggregate oess>...
    230 14:52:18 INFO    : ... Allocation at <Aggregate oess> complete.
    231 14:52:18 INFO    : Stitcher doing createsliver at <Aggregate ion>...
    232 14:53:04 INFO    : DCN AM <Aggregate ion>: must wait for status ready....
    233 14:53:04 INFO    : Pausing 30 seconds to let circuit become ready...
    234 14:53:42 INFO    : Pausing 30 seconds to let circuit become ready...
    235 14:54:19 INFO    : DCN circuit 119681 is ready at <Aggregate ion>
    236 14:54:19 INFO    : DCN circuit 119671 is ready at <Aggregate ion>
    237 14:54:26 INFO    : ... Allocation at <Aggregate ion> complete.
    238 14:54:26 INFO    : All aggregates are complete.
    239 14:54:26 INFO    : Your resources expire at 2014-09-28T18:41:14 (UTC).
    240 14:54:26 INFO    : Saved combined reservation RSpec at 5 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/gpo2stan2rut-manifest-rspec-multiam-combined.xml'
    241 Success: Reserved resources in slice gpo2stan2rut at 5 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s).
    242 }}}
    243 
    244 Determined login for Stanford node:
    245 {{{
    246 $ readyToLogin -a stanford-ig gpo2stan2rut
    247 ...
    248 ig-stan's geni_status is: ready
    249 User lnevers logs in to ig-stan using:
    250         ssh -p 35130  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu
    251 }}}
    252 
    253 Login to Stanford node and ping two remotes:
    254 {{{
    255 # GPO IG
    256 
    257 [lnevers@ig-stan ~]$ ping 192.168.0.1 -c 60 -q
    258 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
    259 
    260 --- 192.168.0.1 ping statistics ---
    261 60 packets transmitted, 60 received, 0% packet loss, time 59066ms
    262 rtt min/avg/max/mdev = 86.105/86.207/86.715/0.346 ms
    263 
    264 # Rutgers
    265 [lnevers@ig-stan ~]$ ping 192.168.1.1 -c 60 -q
    266 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
    267 
    268 --- 192.168.1.1 ping statistics ---
    269 60 packets transmitted, 60 received, 0% packet loss, time 59069ms
    270 rtt min/avg/max/mdev = 69.003/69.210/69.690/0.171 ms
    271 }}}
    272272
    273273== Five Node Star Topology ==