Changes between Version 10 and Version 11 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-2


Ignore:
Timestamp:
05/22/12 15:58:12 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v10 v11  
    4646__Prereq:__ Two GPO Ubuntu images have been tested in the ExoGENI image playpen environment and have been uploaded to the [http://geni-images.renci.org/images/ RENCI VM image repository] using available ExoGENI documentation.  One Ubuntu image is for the VM and one Ubuntu image is for the bare metal node in this test.
    4747
    48 __Status:__ Need to investigate availability of the playpen.
     48__Status:__ Image Playpen should be available when x3650M4 nodes become available the week of 05/28.
    4949
    5050
     
    7474== Step 1. As Experimenter1, request !ListResources from BBN ExoGENI ==
    7575
    76 User account lnevers will be used for this tests.
     76User account lnevers is used for this tests, and the listresources is requested as follows from the BBN ExoGENI rack Head Node:
     77{{{
     78$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc listresources --available -o
     79}}}
     80
    7781
    7882== Step 2. Review advertisement RSpec for a list of OS images which can be loaded, and identify available resources ==
    7983
    80 Feature not available in ExoGENI listresources. Available image information is out-of-band as far as the AM API. Custom Images will be tested that not in the list resources, verification will be based on custom image successful installation and usage in the ExoGENI rack.
     84Feature not available in ExoGENI listresources. Available image information is collected out-of-band as far as the AM API. Custom Images will be tested that not in the list resources, verification will be based on custom image successful installation and usage in the ExoGENI rack.
    8185
    8286== Step 3. Verify that the GPO Ubuntu image is available ==
     
    8690== Step 4. Define a request RSpec for two VMs, each with a GPO Ubuntu image ==
    8791
     92Create the Rspec and place copy here.  Add link for location to store RSpec.
     93
     94
    8895== Step 5. Create the first slice ==
    8996
     97{{{
     98$ ./src/omni.py createslice experiment1
     99}}}
     100
    90101== Step 6. Create a sliver in the first slice, using the RSpec defined in step 4. ==
     102{{{
     103$ ./src/omni.py -a -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc createsliver experiment1 exorspec/exo-2vm-1lan.rspec
     104}}}
     105
     106Verify that the sliver creation was completed, by looking for "'geni_status': 'ready'" in the output of the sliverstatus command:
     107{{{
     108$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc sliverstatus experiment1       
     109}}}
     110
     111Once sliver is ready, determine which hosts were assigned:
     112{{{
     113$ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc listresources experiment1
     114}}}
    91115
    92116== Step 7. Log in to each of the systems, and send traffic to the other system sharing a VLAN ==
    93117
     118{{{
     119$ ssh root@192.1.242.11
     120root@debian:~# ifconfig
     121root@debian:~# ping 172.16.1.1 -c 4
     122}}}}
     123
    94124== Step 8. Using root privileges on one of the VMs load a Kernel module. ==
     125
     126Once logged in show current modules loaded:
     127{{{
     128
     129}}}
     130Install module XXX
     131{{{
     132}}}
     133
     134Check the list modules to verify that the module is installed:
     135{{{
     136root@debian:~# lsmod|egrep XXX
     137}}}
    95138
    96139== Step 9. As Experimenter2, request !ListResources from BBN ExoGENI. ==