Changes between Version 22 and Version 23 of OpenFlow/FOAM/Testing


Ignore:
Timestamp:
06/08/12 11:42:58 (12 years ago)
Author:
Josh Smift
Comment:

GCF is 1.6.2 now.

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/FOAM/Testing

    v22 v23  
    11591159You can run these tests wherever you usually use Omni; they don't need to run on the FOAM/FV server.
    11601160
    1161 As of this writing, the current version of GCF is 1.6.1; some of these steps may need to be different if you have a more recent version than that.
    1162 
    1163 Note that this is a streamlined summary of the full docs for running the GCF GENI AM API Acceptance Test Suite. The full docs for that suite are in .../gcf-1.6.1/acceptance_tests/AM_API/README-accept-AMAPI.txt; there's also much more information at http://trac.gpolab.bbn.com/gcf/wiki/AmApiAcceptanceTests.
     1161As of this writing, the current version of GCF is 1.6.2; some of these steps may need to be different if you have a more recent version than that.
     1162
     1163Note that this is a streamlined summary of the full docs for running the GCF GENI AM API Acceptance Test Suite. The full docs for that suite are in .../gcf-1.6.2/acceptance_tests/AM_API/README-accept-AMAPI.txt; there's also much more information at http://trac.gpolab.bbn.com/gcf/wiki/AmApiAcceptanceTests.
    11641164
    11651165== Setup ==
     
    11901190If you don't already have the latest version of Omni, you can get it from http://www.gpolab.bbn.com/local-sw/.
    11911191
    1192 The rest of these docs assume that you have GCF 1.6.1 in ~/src/gcf-1.6.1.
     1192The rest of these docs assume that you have GCF 1.6.2 in ~/src/gcf-1.6.2.
    11931193
    11941194Change into that directory, and copy in your rspec files:
    11951195
    11961196{{{
    1197 cd ~/src/gcf-1.6.1/acceptance_tests/AM_API
     1197cd ~/src/gcf-1.6.2/acceptance_tests/AM_API
    11981198cp $rspec_request1 request1.xml
    11991199cp $rspec_request3 request2.xml
     
    12061206
    12071207{{{
    1208 export PYTHONPATH=~/src/gcf-1.6.1/src
     1208export PYTHONPATH=~/src/gcf-1.6.2/src
    12091209./am_api_accept.py -a $am
    12101210}}}