Commit bfadf303 authored by Rafael Monnerat's avatar Rafael Monnerat

tests: Use --with_wendelin_core option for wendelin tests

parent 56db2a38
......@@ -59,7 +59,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
def run(self, full_test):
test = ':' in full_test and full_test.split(':')[1] or full_test
if test in ('testSlapOSWendelinCoreTwo',):
return self.runUnitTest('--activity_node=1', full_test)
return self.runUnitTest('--with_wendelin_core', full_test)
elif test.startswith('testFunctional'):
return self._updateFunctionalTestResponse(self.runUnitTest(full_test))
elif test == 'testSlapOSUpgradeInstanceWithOldDataFs':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment