From 49ae3c70050c3eff8e9f5bec83f8f89e6a083181 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 9 Jan 2014 17:25:56 +0100 Subject: [PATCH] use new names for initvm creation scripts --- system/TestPlc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.43.0