-few modifications to automated test tools
-add all distributions to run.sh script -change the bridge adapter to eth0
This commit is contained in:
parent
dd45930da1
commit
ddd430be84
|
@ -98,7 +98,12 @@ def create_fresh_os(vm_name, update_virtualenv=False, debian=False):
|
||||||
local("touch %s/vm_registered"%vdi_dir)
|
local("touch %s/vm_registered"%vdi_dir)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
local('VBoxManage snapshot %s restore fresh_install'%vm_name)
|
local('VBoxManage snapshot %s restore fresh_install'%vm_name)
|
||||||
|
|
||||||
|
|
||||||
|
local('VBoxManage modifyvm "%s" --bridgeadapter1 eth0'%vm_name)
|
||||||
local('VBoxManage startvm %s'%vm_name)
|
local('VBoxManage startvm %s'%vm_name)
|
||||||
print "Please wait while attempting to acquire IP address"
|
print "Please wait while attempting to acquire IP address"
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
||||||
target="airtime_git_branch"
|
target="airtime_git_branch"
|
||||||
|
#airtime_versions=("" "airtime_182_tar" "airtime_194_tar")
|
||||||
airtime_versions=("")
|
airtime_versions=("")
|
||||||
ubuntu_versions=("ubuntu_maverick_32")
|
ubuntu_versions=("ubuntu_lucid_32" "ubuntu_lucid_64" "ubuntu_maverick_32" "ubuntu_maverick_64" "ubuntu_natty_32" "ubuntu_natty_64" "ubuntu_oneiric_32" "ubuntu_oneiric_64" "debian_squeeze_32" "debian_squeeze_64")
|
||||||
|
|
||||||
num1=${#ubuntu_versions[@]}
|
num1=${#ubuntu_versions[@]}
|
||||||
num2=${#airtime_versions[@]}
|
num2=${#airtime_versions[@]}
|
||||||
|
|
Loading…
Reference in New Issue