Changes between Version 25 and Version 26 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-2


Ignore:
Timestamp:
05/24/12 12:04:41 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-2

    v25 v26  
    2323|| Step 13    ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    2424|| Step 14    ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    25 || Step 15    ||                       ||                         ||               ||                ||
     25|| Step 15    ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    2626|| Step 16    ||                       ||                         ||               ||                ||
    2727|| Step 17    ||                       ||                         ||               ||                ||
     
    110110<available now="true"/>   
    111111}}}
    112 == Step 4. Define a request RSpec for two VMs, each with a GPO Ubuntu image==
    113 Test is to request a publically routable IP address and public TCP/UDP port mapping for the control interface on each node
     112
     113== Step 4. Define a request RSpec for two VMs, each with a GPO Ubuntu image ==
     114Test is also to request a publically routable IP address and public TCP/UDP port mapping for the control interface on each node
    114115
    115116Issue: Cannot get to pick the Custom Ubuntu OS. InstaGENI supplies a single Fedora15 image with openvz kernel/runtime support, and when experimenter requests an openVZ image, Fedora15 is what the user get.
     
    123124
    124125== Step 8. Using root privileges on one of the VMs load a Kernel module. ==
    125 It is expected this will not work on shared OpenVZ nodes, testing will proceed past this step.
     126Loading a kernel module is expected to not work on shared OpenVZ nodes, testing will proceed past this step.
    126127
    127128== Step 9. Run a netcat listener and bind to port XYZ on each of the VMs in the Utah rack ==
     
    133134== Step 12. Define a request RSpec for two physical nodes, both using the uploaded GPO Ubuntu images ==
    134135
    135 Only one node was available, was able to reserve, but was/was not able to login to it.  Need to re-test with 2 nodes:
     136Created a 2 raw-pc RSpec using the Customized OS image. Rspec link to add here.
    136137
    137138== Step 13. Create the second slice ==
     139The following command was used:
     140{{{
     141 $ ./src/omni.py createslice lnubuntu12
     142}}}
    138143
    139144== Step 14. Create a sliver in the second slice, using the RSpec defined in step 12 ==
     145The following commands were used:
     146{{{
     147 $ ./src/omni.py createsliver -a insta-utah --api-version 2 -t GENI 3 lnubuntu12 ./instarspec/insta-2rawpc-ubuntu12.rspec
     148 $ ./src/omni.py sliverstatus -a insta-utah --api-version 2 -t GENI 3 lnubuntu12
     149}}}
    140150
    141151== Step 15. Log in to each of the systems, and send traffic to the other system ==
     152
     153Logged in to the first assigned host:
     154{{{
     155$ ssh pc1.utah.geniracks.net
     156Welcome to Ubuntu 12.04 LTS (GNU/Linux 2.6.38.7-1.0emulab x86_64)
     157
     158 * Documentation:  https://help.ubuntu.com/
     159
     160The programs included with the Ubuntu system are free software;
     161the exact distribution terms for each program are described in the
     162individual files in /usr/share/doc/*/copyright.
     163
     164Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     165applicable law.
     166
     167Last login: Thu May 24 09:53:35 2012 from arendia.gpolab.bbn.com
     168hostx:~% cat /etc/issue
     169Ubuntu 12.04 LTS \n \l
     170}}}
     171Logged in to the second host:
     172{{{
     173$ ssh pc4.utah.geniracks.net
     174Welcome to Ubuntu 12.04 LTS (GNU/Linux 2.6.38.7-1.0emulab x86_64)
     175
     176 * Documentation:  https://help.ubuntu.com/
     177
     178The programs included with the Ubuntu system are free software;
     179the exact distribution terms for each program are described in the
     180individual files in /usr/share/doc/*/copyright.
     181
     182Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
     183applicable law.
     184
     185Last login: Thu May 24 09:53:06 2012 from arendia.gpolab.bbn.com
     186hosty:~% cat /etc/issue
     187Ubuntu 12.04 LTS \n \l
     188}}}
    142189
    143190== Step 16. Verify that experimenters 1 and 2 cannot use the control plane to access each other's resources (e.g. via unauthenticated SSH, shared writable filesystem mount) ==