Changes between Version 65 and Version 66 of GeniNetworkStitchingTestStatus/Functional


Ignore:
Timestamp:
06/11/13 11:45:28 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniNetworkStitchingTestStatus/Functional

    v65 v66  
    44This page captures status and execution details for the Stitching Functional tests.   For overall status see the [http://groups.geni.net/geni/wiki/GeniNetworkStitchingTestStatus GENI Network Stitching Test Status] page and for test details see  the [http://groups.geni.net/geni/wiki/GeniNetworkStitchingTestPlan GENI Network Stitching Test Plan] page.
    55
    6 ''Last update: 06/10/13''
     6''Last update: 06/11/13''
    77
    88|| '''Function'''        || '''State'''                  || ''' Ticket ''' || '''Comments'''                            ||
    99|| GENI AM API Functions ||[[Color(yellow,Complete)]]    || #1031 #1036 #1039 #1040 #1043||  ||
    1010|| RSpec Support         ||[[Color(#63B8FF,In Progress)]]|| #1037 #1038 [http://trac.gpolab.bbn.com/gcf/ticket/300 gcf ticket 300] #1048 #1049 #1050 || ||
    11 ||Negative and Boundary  ||  || || ||
     11||Negative and Boundary  ||[[Color(#63B8FF,In Progress)]]|| || ||
    1212
    1313
     
    27122712
    27132713=== 3.1 Allocate not advertised ===
    2714 At ION, InstaGENI and ExoGENI, allocate resources that are not advertised, verify failure.
     2714At ION, InstaGENI and ExoGENI, allocate resources that are not advertised, verify failure.  The VLAN ranges available at
     2715each router via the ION aggregate are usually between 2-4094, for this test we will request VLAN 4321:
     2716
     2717At ION, create a sliver that requests a VLAN 4321 which does not exist, and verify that request fails:
     2718{{{
     27192$ omni.py createsliver lnstitch4321 -a i2 ./stitch-ion-no-exist.rspec
     272011:44:16 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     272111:44:16 INFO     omni: Using control framework pg
     272211:44:16 INFO     omni: Substituting AM nickname i2 with URL http://geni-am.net.internet2.edu:12346, URN urn:publicid:IDN+ion.internet2.edu+authority+cm
     272311:44:17 INFO     omni: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnstitch4321 expires on 2013-06-12 16:44:06 UTC
     272411:44:17 INFO     omni: Substituting AM nickname i2 with URL http://geni-am.net.internet2.edu:12346, URN urn:publicid:IDN+ion.internet2.edu+authority+cm
     272511:44:17 INFO     omni: Substituting AM nickname i2 with URL http://geni-am.net.internet2.edu:12346, URN urn:publicid:IDN+ion.internet2.edu+authority+cm
     272611:44:17 INFO     omni: Creating sliver(s) from rspec file ./stitch-ion-no-exist.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnstitch4321
     272711:44:24 WARNING  omni: Failed CreateSliver for slice lnstitch4321 at http://geni-am.net.internet2.edu:12346.  Error from Aggregate: code 5. sfa AM code: 5: : CreateSliver: Internal API error: Request VLAN '4321' is invalid for link 'urn:publicid:IDN+ion.internet2.edu+interface+rtr.atla:ge-10/3/2:protogeni' - check the Ad RSpec.
     272811:44:24 INFO     omni:  ------------------------------------------------------------
     272911:44:24 INFO     omni:  Completed createsliver:
     2730
     2731  Options as run:
     2732                aggregate: ['i2']
     2733                framework: pg
     2734
     2735  Args: createsliver lnstitch4321 ./stitch-ion-no-exist.rspec
     2736
     2737  Result Summary: Failed CreateSliver for slice lnstitch4321 at http://geni-am.net.internet2.edu:12346.  Error from Aggregate: code 5. sfa AM code: 5: : CreateSliver: Internal API error: Request VLAN '4321' is invalid for link 'urn:publicid:IDN+ion.internet2.edu+interface+rtr.atla:ge-10/3/2:protogeni' - check the Ad RSpec.
     273811:44:24 INFO     omni:  ============================================================
     2739}}}
     2740
     2741Failed as expected.
    27152742
    27162743=== 3.2 Request VLAN already in use ===
     2744
    27172745At ION, InstaGENI and ExoGENI, allocate VLAN tags that are already in use, verify failure.
    27182746