Changes between Version 23 and Version 24 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-2
- Timestamp:
- 07/26/12 09:30:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-2
v23 v24 10 10 || '''Step''' || '''State''' || ''' Ticket ''' || '''Comments''' || 11 11 || 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|| 13 13 || Step 3 ||[[Color(yellow,Complete)]]|| ||listresources does not include list of user images feature|| 14 14 || Step 4 ||[[Color(yellow,Complete)]]|| || || … … 40 40 41 41 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:__ Done59 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 72 42 = Test Plan Steps = 73 43 74 '''Notes:''' [[BR]] 44 The 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 46 Both user account used for this test have the following nick_names defined in the omni_config: 47 {{{ 48 exobbn=,https://bbn-hn.exogeni.net:11443/orca/xmlrpc 49 exorci=,https://rci-hn.exogeni.net:11443/orca/xmlrpc 50 exosm=,https://geni.renci.org:11443/orca/xmlrpc 51 }}} 52 53 ''' Notes:''' [[BR]] 75 54 1. Bare Metal nodes are available via ExoSM only. [[BR]] 76 55 2. Bare Metal node only support one version at this time. [[BR]] … … 79 58 == Step 1. As Experimenter1, request !ListResources from BBN ExoGENI == 80 59 81 User account lnevers is used for this tests, and the listresources is requested as follows from the BBN ExoGENI rack Head Node:60 User account lnevers is used for this tests, and the listresources is requested as follows from the BBN ExoGENI Resource Aggregate: 82 61 {{{ 83 $ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpclistresources --available -o62 $ ./src/omni.py -a exobbn listresources --available -o 84 63 }}} 85 64 … … 87 66 == Step 2. Review advertisement RSpec for a list of OS images which can be loaded, and identify available resources == 88 67 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.68 Feature 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. 90 69 91 70 == Step 3. Verify that the GPO Ubuntu image is available == … … 95 74 == Step 4. Define a request RSpec for two VMs, each with a GPO Ubuntu image == 96 75 97 Create the RSpec for the two VMs.76 Created 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] 98 77 99 78 == Step 5. Create the first slice == 100 79 101 80 {{{ 102 $ ./src/omni.py createslice EG-EXP-2-exp181 $ omni.py createslice EG-EXP-2-exp1 103 82 }}} 104 83 105 84 == Step 6. Create a sliver in the first slice, using the RSpec defined in step 4. == 106 85 {{{ 107 $ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpccreatesliver EG-EXP-2-exp1 EG-EXP-2-exp1.rspec86 $ omni.py -a exobbn createsliver EG-EXP-2-exp1 EG-EXP-2-exp1.rspec 108 87 }}} 109 88 110 Verify that the sliver creation was completed, by looking for "'geni_status': 'ready'" in the output of the sliverstatus command: 89 Verify that the sliver creation was completed, by looking for "'geni_status': 'ready'" in the output of the sliverstatus command: xxxxx 90 111 91 {{{ 112 $ ./src/omni.py -a https://bbn-hn.exogeni.net:11443/orca/xmlrpcsliverstatus EG-EXP-2-exp192 $ omni.py -a exobbn sliverstatus EG-EXP-2-exp1 113 93 }}} 114 94