Changes between Version 15 and Version 16 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-2


Ignore:
Timestamp:
05/22/12 17:34:03 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-2

    v15 v16  
    101101== Step 6. Create a sliver in the first slice, using the RSpec defined in step 4. ==
    102102{{{
    103 $ ./src/omni.py -a -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc createsliver experiment1 exorspec/exo-2vm-1lan.rspec
     103$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc createsliver experiment1 exorspec/exo-2vm-1lan.rspec
    104104}}}
    105105
     
    140140== Step 9. As Experimenter2, request !ListResources from BBN ExoGENI. ==
    141141
    142 User account lnevers1 will be used for this tests.
     142User account lnevers1 will be used for this tests, and the listresources is requested as follows from the BBN ExoGENI rack Head Node:
     143{{{
     144$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc listresources --available -o
     145}}}
    143146
    144147== Step 10. Define a request RSpec for two bare metal nodes, both using the uploaded GPO Ubuntu images. ==
    145148
     149Create the Rspec and place copy here.  Add link for location to store RSpec.
     150
    146151== Step 11. Create the second slice. ==
     152{{{
     153$ ./src/omni.py createslice experiment2
     154}}}
    147155
    148156== Step 12. Create a sliver in the second slice, using the RSpec defined in step 10. ==
     157{{{
     158$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc createsliver experiment2 exo-2vm-1lan.rspec
     159}}}
    149160
    150161== Step 13. Log in to each of the systems, and send traffic to the other system. ==