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


Ignore:
Timestamp:
06/04/12 15:12:18 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v15 v16  
    99
    1010|| '''Step''' || '''State'''              || '''Date completed'''    ||''' Ticket ''' || '''Comments''' ||
    11 || Step 1     ||[[Color(yellow,Complete)]]||                         ||exoticket:46   ||                ||
     11|| Step 1     ||[[Color(yellow,Complete)]]||                         ||exoticket:46   ||Run with ExoSM  ||
    1212|| Step 2     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    1313|| Step 3     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
     
    1515|| Step 5     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    1616|| Step 6     ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    17 || Step 7     ||                       ||                         ||               ||                ||
    18 || Step 8     ||                       ||                         ||               ||                ||
     17|| Step 7     ||[[Color(yellow,Complete)]]||                         ||               ||Run with ExoSM||
     18|| Step 8     ||[[Color(yellow,Complete)]]||                         ||               ||Replace bare metal with VM pre-06/18 delivery||
    1919|| Step 9     ||                       ||                         ||               ||                ||
    2020|| Step 10    ||                       ||                         ||               ||                ||
     
    4040= Test Plan Steps =
    4141
    42 Test case is modified to use EXOSM to request resources across sites. The nickname:
     42This test case is modified to use ExoSM to request resources across sites. The nickname:
    4343{{{
    4444exosm=,https://geni.renci.org:11443/orca/xmlrpc
    4545}}}
    46 is used in place of the site' SMs:
     46is used in place of individual site's SM for each experiment in this test case:
    4747{{{
    4848exo-bbn=,https://bbn-hn.exogeni.net:11443/orca/xmlrpc
     
    5353
    5454== Step 1. As Experimenter1, Request !ListResources RENCI ExoGENI ==
    55 Request listresources from ExoSM, to determine which resources can be requested:
     55Using the credentials lnevers@bbn.com, request listresources from ExoSM, to determine which resources can be requested:
    5656
    5757{{{
     
    136136== Step 7. As Experimenter2, Request !ListResources from RENCI ExoGENI ==
    137137
    138 Request listresources from ExoSM, to determine which resources can be requested:
     138Using the credentials lnevers1@bbn.com, request listresources from ExoSM, to determine which resources can be requested:
    139139{{{
    140140$ ./src/omni.py -a exosm listresources -o
     
    144144Full step description: "Define a request RSpec for one VM and one bare metal node each with two interfaces in the BBN ExoGENI rack, two VMs at RENCI, and two VLANs to connect the BBN ExoGENI to the RENCI ExoGENI."
    145145
     146Note: Bare metal support is available 06/18, therefore initial run through of this test case is down with VMs only.
     147
     148RSpec created is [EG-EXP-4-exp2.rspec inster_link_here]
     149
    146150
    147151== Step 9. Create a second slice  ==
    148152Using the following command create a slice for the second experiment:
    149153{{{
    150 $ ./src/omni.py createslice EG-EXP-4-exp2
     154$ ./src/omni.py createslice EG-EXP-4-exp2a
    151155}}}
    152156
     157
    153158== Step 10. In the second slice, create a sliver at the RENCI ExoGENI aggregate using the RSpecs defined above  ==
     159
     160Using the ExoSM and the RSpecs defined above create a sliver:
     161{{{
     162$ ./src/omni.py createsliver -a exosm EG-EXP-4-exp2a --api-version 2 ./exorspec/EG-EXP-4-exp1.rspec
     163}}}
     164
     165Verify that sliver status is ready:
     166{{{
     167$ ./src/omni.py sliverstatus -a exosm EG-EXP-4-exp2a --api-version 2 
     168}}}
     169Determined which VMs are allocated to this sliver:
     170{{{
     171$ ./src/omni.py listresources  -a exosm EG-EXP-4-exp2a --api-version 2 -o
     172$ egrep hostname EG-EXP-4-exp2a-rspec-geni-renci-org-11443-orca.xml
     173     
     174}}}
     175
    154176== Step 11. Log in to each of the end-point systems, and send traffic to the other end-point system which shares the same VLAN  ==
     177
     178
    155179== Step 12. Verify traffic handling per experiment, VM isolation, and MAC address assignment  ==
    156180== Step 13. Construct and send a non-IP ethernet packet over the data plane interface. ==