-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
2 changed files with 7 additions and 1 deletions
|
@ -3,8 +3,9 @@
|
|||
exec 2>&1
|
||||
|
||||
target="airtime_git_branch"
|
||||
#airtime_versions=("" "airtime_182_tar" "airtime_194_tar")
|
||||
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[@]}
|
||||
num2=${#airtime_versions[@]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue