Changes between Version 1 and Version 2 of GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-5


Ignore:
Timestamp:
12/08/14 12:19:50 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-5

    v1 v2  
    1313This section captures the status for each step in the acceptance test plan.
    1414
    15 || '''Stitching topologies''' ||'''State'''   || ''' !Tickets/Comments'''  ||
     15|| '''!OpenFlow Test''' ||'''State'''   || ''' !Tickets/Comments'''  ||
    1616||                            ||              ||                           ||
    1717||                            ||              ||                           ||
     
    2727[[BR]]
    2828
     29= OpenFlow Command =
     30
     31Verify !OpenFlow Aggregate version:
     32{{{
     33$ omni getversion -a ncsu2-eg-of
     3412:17:14 INFO    : Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     3512:17:14 INFO    : Loading config file '/home/lnevers/.gcf/omni_config'
     3612:17:14 INFO    : Using control framework portal
     3712:17:14 INFO    : Member Authority is https://ch.geni.net/MA (from config)
     3812:17:14 INFO    : Slice Authority is https://ch.geni.net/SA (from config)
     3912:17:14 INFO    : Substituting AM nickname ncsu2-eg-of with URL https://ncsu2-hn.exogeni.net:3626/foam/gapi/2, URN urn:publicid:IDN+openflow:foam:ncsu2-hn.exogeni.net+authority+am
     4012:17:15 INFO    : AM ncsu2-eg-of URN: urn:publicid:IDN+openflow:foam:ncsu2-hn.exogeni.net+authority+am (url: https://ncsu2-hn.exogeni.net:3626/foam/gapi/2) has version:
     4112:17:15 INFO    : {   'flowvisor_version': '0.8.1',
     42    'foam_version': '0.14.0',
     43    'geni_ad_rspec_versions': [   {   'extensions': [   'http://www.geni.net/resources/rspec/ext/openflow/3',
     44                                                        'http://geni.bssoftworks.com/rspec/ext/topo/1'],
     45                                      'namespace': 'http://www.geni.net/resources/rspec/3',
     46                                      'schema': 'http://www.geni.net/resources/rspec/3/ad.xsd',
     47                                      'type': 'GENI',
     48                                      'version': '3'}],
     49    'geni_api': 2,
     50    'geni_api_versions': {   '1': 'https://152.48.13.190:3626/foam/gapi/1',
     51                             '2': 'https://152.48.13.190:3626/foam/gapi/2'},
     52    'geni_request_rspec_versions': [   {   'extensions': [   'http://www.geni.net/resources/rspec/ext/openflow/3'],
     53                                           'namespace': 'http://www.geni.net/resources/rspec/3',
     54                                           'schema': 'http://www.geni.net/resources/rspec/3/request.xsd',
     55                                           'type': 'GENI',
     56                                           'version': '3'}],
     57    'openflow_auto_approval': 'disabled',
     58    'site_info': {   'admin-email': 'foam-admin@gpolab.bbn.com'}}
     5912:17:15 INFO    :  ------------------------------------------------------
     6012:17:15 INFO    :  Completed getversion:
     61  Options as run:
     62                aggregate: ['ncsu2-eg-of']
     63                framework: portal
     64                noGetVersionCache: True
     65                project: ln-test
     66
     67  Args: getversion
     68  Result Summary:
     69Got version for ncsu2-eg-of
     7012:17:15 INFO    :  ======================================================
     71}}}
     72
     73''' Note: same version as other ExoGENI FOAM aggregates'''
     74
     75Verify !OpenFlow Advertisement:
     76{{{
     77$ omni listresources -a ncsu2-eg-of -o
     7812:14:54 INFO    : Loading agg_nick_cache file '/home/lnevers/.gcf/agg_nick_cache'
     7912:14:54 INFO    : Loading config file '/home/lnevers/.gcf/omni_config'
     8012:14:54 INFO    : Using control framework portal
     8112:14:54 INFO    : Member Authority is https://ch.geni.net/MA (from config)
     8212:14:54 INFO    : Slice Authority is https://ch.geni.net/SA (from config)
     8312:14:54 INFO    : Substituting AM nickname ncsu2-eg-of with URL https://ncsu2-hn.exogeni.net:3626/foam/gapi/2, URN urn:publicid:IDN+openflow:foam:ncsu2-hn.exogeni.net+authority+am
     8412:14:54 INFO    : Saving output to a file.
     8512:14:55 INFO    : Listed advertised resources at 1 out of 1 possible aggregates.
     8612:14:55 INFO    : Writing to 'rspec-openflow-foam-ncsu2-hn-exogeni-net.xml'
     8712:14:55 INFO    :  ------------------------------------------------------
     8812:14:55 INFO    :  Completed listresources:
     89
     90  Options as run:
     91                aggregate: ['ncsu2-eg-of']
     92                framework: portal
     93                output: True
     94                project: ln-test
     95
     96  Args: listresources
     97
     98  Result Summary: Queried resources from 1 of 1 aggregate(s).
     99Wrote rspecs from 1 aggregate(s) to 1 file(s)
     100Saved listresources RSpec from 'urn:publicid:IDN+openflow:foam:ncsu2-hn.exogeni.net+authority+am' (url 'https://ncsu2-hn.exogeni.net:3626/foam/gapi/2') to file rspec-openflow-foam-ncsu2-hn-exogeni-net.xml; 
     10112:14:55 INFO    :  ======================================================
     102
     103$ rspeclint rspec-openflow-foam-ncsu2-hn-exogeni-net.xml
     104Failed to load schema for namespace http://www.geni.net/resources/rspec/ext/openflow/3 from location http://www.geni.net/resources/rspec/ext/openflow/3/of-ad.xsd
     105: Schemas parser error : Failed to locate the main schema resource at 'http://www.geni.net/resources/rspec/ext/openflow/3/of-ad.xsd'.
     106}}}
     107
     108'''Note: fails with known !OpenFlow error, not a Cisco rack issue.'''
     109
     110=