From 775bb0d30ec86842bbffae6d8bd29dbeeb82674e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 24 May 2012 16:24:47 +0200 Subject: [PATCH] Use request to start. --- master/product/Vifib/tests/testVifibSlapBang.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/master/product/Vifib/tests/testVifibSlapBang.py b/master/product/Vifib/tests/testVifibSlapBang.py index 71673e03e..f832ac9f8 100644 --- a/master/product/Vifib/tests/testVifibSlapBang.py +++ b/master/product/Vifib/tests/testVifibSlapBang.py @@ -522,6 +522,7 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): # Request S0 LoginTestVifibCustomer + SetSoftwareTitleRandom PersonRequestSoftwareInstance Tic Logout @@ -551,7 +552,8 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): CheckComputerPartitionInstanceHostingSalePackingListConfirmed Logout LoginTestVifibCustomer - RequestSoftwareInstanceStart + SetSequenceSoftwareInstanceStateStarted + PersonRequestSoftwareInstance Tic Logout LoginDefaultUser -- 2.30.9