[[PageOutline]] = ION to AL2S via intermediate site = This test case creates a 3 node linear topology that connects an ION site to an AL2S site via an intermediate node that is connected both to ION and AL2S.. = Test Status = This section captures the status for each function verified by this test plan. || '''Sites''' || '''State''' || ''' Ticket ''' || '''Notes''' || ||GPO IG <-ION-> Stanford IG <-AL2S-> Missouri IG||[[Color(green,Pass)]]||2014-09-18 || || [[BR]] || '''State Legend''' || '''Description''' || || [[Color(green,Pass)]] || Test completed and met all criteria || || [[Color(#98FB98,Pass: most criteria)]] || Test completed and met most criteria. Exceptions documented || || [[Color(red,Fail)]] || Test completed and failed to meet criteria. || || [[Color(yellow,Complete)]] || Test completed but will require re-execution due to expected changes || || [[Color(orange,Blocked)]] || Blocked by ticketed issue(s). || || [[Color(#63B8FF,In Progress)]] || Currently under test. || [[BR]] = Test Details = == GPO IG <-ION-> Stanford IG <-AL2S-> Missouri IG == For this scenario there is one AL2S link between the nodes Stanford IG and Missouri IG and one ION link between the nodes Stanford IG and GPO IG. The RSpec used for this testcase is [http://groups.geni.net/geni/browser/trunk/OESSRSpecs/stitch-3linear.rspec stitch-3linear.rspec]: {{{ $ stitcher.py createsliver 3linear stitch-3linear.rspec --excludehop urn:publicid:IDN+instageni.stanford.edu+interface+procurve2: 1.24.ion.salt.xe-0_1_1 -o 09:55:38 INFO : Configured logging from file /home/lnevers/gcf-2.7-preview-0912/src/gcf/stitcher_logging.conf 09:55:39 INFO : Reading slice 3linear credential... 09:55:39 INFO : Slice urn:publicid:IDN+ch.geni.net:ln-test+slice+3linear expires on 2014-09-23 20:01:01 UTC 09:55:39 INFO : Using SCS at http://nutshell.maxgigapop.net:8081/geni/xmlrpc 09:55:39 INFO : Calling SCS... 09:55:42 INFO : Multi-AM reservation will include resources from these aggregates: 09:55:42 INFO : 09:55:42 INFO : 09:55:42 INFO : 09:55:42 INFO : 09:55:42 INFO : 09:55:42 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3linear-for-lnevers-cred.xml 09:55:42 INFO : Stitcher doing createsliver at ... 09:56:00 INFO : ... Allocation at complete. 09:56:00 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3linear-for-lnevers-cred.xml 09:56:00 INFO : Stitcher doing createsliver at ... 09:56:15 INFO : ... Allocation at complete. 09:56:15 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3linear-for-lnevers-cred.xml 09:56:15 INFO : Stitcher doing createsliver at ... 09:56:34 INFO : ... Allocation at complete. 09:56:35 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3linear-for-lnevers-cred.xml 09:56:35 INFO : Stitcher doing createsliver at ... 09:56:39 INFO : ... Allocation at complete. 09:56:39 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3linear-for-lnevers-cred.xml 09:56:39 INFO : Stitcher doing createsliver at ... 09:57:24 INFO : DCN AM : must wait for status ready.... 09:57:24 INFO : Pausing 30 seconds to let circuit become ready... 09:58:02 INFO : DCN circuit 118841 is ready at 09:58:09 INFO : Getting credential from file /tmp/slice-ch-geni-net-ln-test-3linear-for-lnevers-cred.xml 09:58:09 INFO : ... Allocation at complete. 09:58:09 INFO : All aggregates are complete. 09:58:09 INFO : Your resources expire at 2014-09-23T20:01:01 (UTC). 09:58:09 INFO : Saved combined reservation RSpec at 5 AMs to file '/home/lnevers/gcf-test/oess/Xconnect-stitch/3linear-manifest-rspec-multiam-combined.xml' Success: Reserved resources in slice 3linear at 5 Aggregates (including 2 intermediate aggregate(s) not in the original request), creating 2 stitched link(s). }}} Determine login for all nodes: {{{ $ readyToLogin 3linear -a stanford-ig ... ig-stan's geni_status is: ready User lnevers logs in to ig-stan using: ssh -p 31802 -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.stanford.edu $ readyToLogin 3linear -a missouri-ig ... miss's geni_status is: ready User lnevers logs in to miss using: ssh -p 30010 -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.rnet.missouri.edu $ readyToLogin 3linear -a gpo-ig ... ig-gpo's geni_status is: ready User lnevers logs in to ig-gpo using: ssh -p 30778 -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc1.instageni.gpolab.bbn.com }}} Log into the intermediate node and ping remotes to verify connectivity: {{{ # ping GPO IG ping -c 60 -q 192.168.2.1 # ping Missouri IG ping -c 60 -q 192.168.4.2 }}} }}}