Changes between Version 21 and Version 22 of GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-6


Ignore:
Timestamp:
12/09/14 11:42:49 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/CiscoGENIRacks/AcceptanceTestStatus/CG-EXP-6

    v21 v22  
    5959== 100 VMs - 10 slices w/10 VMs ==
    6060
    61 The following is the approach taken to create the 10 slices with [http://groups.geni.net/geni/browser/trunk/GENIRacks/CiscoGENI/RSpecs/AcceptanceTests/cisco-10vm-1lan.rspec cisco-10vm-1lan.rspec]:
     61The following is the approach taken to create the 10 slices with [http://groups.geni.net/geni/browser/trunk/GENIRacks/CiscoGENI/RSpecs/AcceptanceTests/cisco-10vm-1lan-ncsu2.rspec cisco-10vm-1lan-ncsu2.rspec]:
    6262{{{
    6363for i in {1..10}
    6464  do
    6565  omni createslice ncsu-$i
    66   omni createsliver -a ncsu2-eg ncsu-$i ./cisco-10vm-1lan.rspec; done
     66  omni createsliver -a ncsu2-eg ncsu-$i cisco-10vm-1lan-ncsu2.rspec; done
    6767  sleep 90
    6868  done
     
    120120== 100 VMs - 10 slices w/10 VMs ==
    121121
    122 The following is the approach taken to create the 10 slices with  [http://groups.geni.net/geni/browser/trunk/GENIRacks/CiscoGENI/RSpecs/AcceptanceTests/cisco-10vm-1lan.rspec cisco-10vm-1lan.rspec]:
     122The following is the approach taken to create the 10 slices with  [http://groups.geni.net/geni/browser/trunk/GENIRacks/CiscoGENI/RSpecs/AcceptanceTests/cisco-10vm-1lan-ncsu.rspec cisco-10vm-1lan-ncsu.rspec]:
    123123
    124124{{{
     
    126126  do
    127127  omni createslice ncsu-$i
    128   omni createsliver -a ncsu-eg ncsu-$i ./cisco-10vm-1lan.rspec; done
     128  omni createsliver -a ncsu-eg ncsu-$i cisco-10vm-1lan-ncsu.rspec; done
     129  sleep 90
    129130  done
    130131}}}