Changes between Version 23 and Version 24 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-2


Ignore:
Timestamp:
07/26/12 09:30:52 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v23 v24  
    1010|| '''Step''' || '''State'''           || ''' Ticket '''   || '''Comments''' ||
    1111|| Step 1     ||[[Color(yellow,Complete)]]||               ||                ||
    12 || Step 2     ||[[Color(yellow,Complete)]]||               ||only one supported OS image is available, no image playpen||
     12|| Step 2     ||[[Color(yellow,Complete)]]||               ||Only one supported OS image is available, no image playpen||
    1313|| Step 3     ||[[Color(yellow,Complete)]]||               ||listresources does not include list of user images feature||
    1414|| Step 4     ||[[Color(yellow,Complete)]]||               ||                ||
     
    4040
    4141
    42 = Prerequisites =
    43 
    44 Status for test prerequisites:
    45 
    46 __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.
    47 
    48 __Status:__ Image Playpen should be available when x3650M4 nodes become available the week of 05/28.
    49 
    50 
    51 __Prereq:__  Traffic generation tools may be part of image or may be installed at experiment runtime.
    52 
    53 __Status:__ Done: Only using ping with mixed sizes and rates for now.
    54 
    55 
    56 __Prereq:__ Administrative accounts have been created for GPO staff on the BBN ExoGENI rack.
    57 
    58 __Status:__ Done
    59 
    60 
    61 __Prereq:__ GENI Experimenter1 and Experimenter2 accounts exist.
    62 
    63 __Status:__ Done. Two account already exist, lnevers@bbn.com and lnevers1@bbn.com, these will be used in all acceptance tests.
    64 
    65 
    66 __Prereq:__ Baseline Monitoring is in place for the entire BBN site, to ensure that any problems are quickly identified.
    67 
    68 __Status:__ Testing with current version of monitoring, to be re-tested when monitoring is finalized.
    69 
    70 
    71 
    7242= Test Plan Steps =
    7343
    74 '''Notes:''' [[BR]]
     44The first experiment in this plane requires that 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.  Also required is that one Ubuntu image is for the VM and one Ubuntu image is for the bare metal node in this test.   Based on the approach chosen for ExoGENI, an ''Image Playpen'' system is required to allow user-define OS support. The ''Image Playpen'' was originally planned to be a be available when x3650M4 nodes become available the week of 05/28/2012, but is yet to be available as of 07/26/2012
     45
     46Both user account used for this test have the following nick_names defined in the omni_config:
     47{{{
     48exobbn=,https://bbn-hn.exogeni.net:11443/orca/xmlrpc
     49exorci=,https://rci-hn.exogeni.net:11443/orca/xmlrpc
     50exosm=,https://geni.renci.org:11443/orca/xmlrpc
     51}}}
     52
     53''' Notes:''' [[BR]]
    75541. Bare Metal nodes are available via ExoSM only. [[BR]]
    76552. Bare Metal node only support one version at this time.  [[BR]]
     
    7958== Step 1. As Experimenter1, request !ListResources from BBN ExoGENI ==
    8059
    81 User account lnevers is used for this tests, and the listresources is requested as follows from the BBN ExoGENI rack Head Node:
     60User account lnevers is used for this tests, and the listresources is requested as follows from the BBN ExoGENI Resource Aggregate:
    8261{{{
    83 $ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc listresources --available -o
     62$ ./src/omni.py -a exobbn listresources --available -o
    8463}}}
    8564
     
    8766== Step 2. Review advertisement RSpec for a list of OS images which can be loaded, and identify available resources ==
    8867
    89 Feature 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.
     68Feature not available in ExoGENI listresources. Available image information is collected out-of-band, so when custom Images are tested they will not be part of list resources ouptuput. Verification will be based on custom image successful installation and usage in the ExoGENI rack.
    9069
    9170== Step 3. Verify that the GPO Ubuntu image is available ==
     
    9574== Step 4. Define a request RSpec for two VMs, each with a GPO Ubuntu image ==
    9675
    97 Create the RSpec for the two VMs.
     76Created the RSpec for the two VMs named [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-2/EG-EXP-2-exp1.rspec EG-EXP-2-exp1.rspec]
    9877
    9978== Step 5. Create the first slice ==
    10079
    10180{{{
    102 $ ./src/omni.py createslice EG-EXP-2-exp1
     81$ omni.py createslice EG-EXP-2-exp1
    10382}}}
    10483
    10584== Step 6. Create a sliver in the first slice, using the RSpec defined in step 4. ==
    10685{{{
    107 $ ./src/omni.py  -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc createsliver EG-EXP-2-exp1  EG-EXP-2-exp1.rspec
     86$ omni.py  -a exobbn createsliver EG-EXP-2-exp1  EG-EXP-2-exp1.rspec
    10887}}}
    10988
    110 Verify that the sliver creation was completed, by looking for "'geni_status': 'ready'" in the output of the sliverstatus command:
     89Verify that the sliver creation was completed, by looking for "'geni_status': 'ready'" in the output of the sliverstatus command: xxxxx
     90
    11191{{{
    112 $ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpc sliverstatus EG-EXP-2-exp1       
     92$ omni.py -a exobbn sliverstatus EG-EXP-2-exp1       
    11393}}}
    11494