From: Thierry Parmentelat Date: Thu, 9 Jan 2014 16:25:56 +0000 (+0100) Subject: use new names for initvm creation scripts X-Git-Tag: tests-5.3-2~55 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=49ae3c70050c3eff8e9f5bec83f8f89e6a083181 use new names for initvm creation scripts --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 1dcc585..4cbc558 100644 --- 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) - # 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: - script="vtest-init-lxc.sh" + script="ltest-initvm.sh" else: - script="vtest-init-vserver.sh" + script="vtest-initvm.sh" vserver_name = self.vservername vserver_options="--netdev eth0 --interface %s"%self.vserverip try: