git://git.onelab.eu
/
tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f1e3096
)
use new names for initvm creation scripts
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 9 Jan 2014 16:25:56 +0000
(17:25 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 9 Jan 2014 16:25:56 +0000
(17:25 +0100)
system/TestPlc.py
patch
|
blob
|
history
diff --git
a/system/TestPlc.py
b/system/TestPlc.py
index
1dcc585
..
4cbc558
100644
(file)
--- a/
system/TestPlc.py
+++ b/
system/TestPlc.py
@@
-618,15
+618,15
@@
class TestPlc:
repo_url = self.options.arch_rpms_url
for level in [ 'arch' ]:
repo_url = os.path.dirname(repo_url)
repo_url = self.options.arch_rpms_url
for level in [ 'arch' ]:
repo_url = os.path.dirname(repo_url)
- # pass the vbuild-nightly options to
vtest-init-vserver
+ # pass the vbuild-nightly options to
[lv]test-initvm
test_env_options=""
test_env_options += " -p %s"%self.options.personality
test_env_options += " -d %s"%self.options.pldistro
test_env_options += " -f %s"%self.options.fcdistro
if self.options.plcs_use_lxc:
test_env_options=""
test_env_options += " -p %s"%self.options.personality
test_env_options += " -d %s"%self.options.pldistro
test_env_options += " -f %s"%self.options.fcdistro
if self.options.plcs_use_lxc:
- script="
vtest-init-lxc
.sh"
+ script="
ltest-initvm
.sh"
else:
else:
- script="vtest-init
-vserver
.sh"
+ script="vtest-init
vm
.sh"
vserver_name = self.vservername
vserver_options="--netdev eth0 --interface %s"%self.vserverip
try:
vserver_name = self.vservername
vserver_options="--netdev eth0 --interface %s"%self.vserverip
try: