Commit b804eed4 authored by Ophélie Gagnard's avatar Ophélie Gagnard

init: run metadata agent test

parent c2f99296
...@@ -20,7 +20,9 @@ slapos_bt_list = [ ...@@ -20,7 +20,9 @@ slapos_bt_list = [
'slapos_configurator', 'slapos_configurator',
'slapos_mysql_innodb_catalog', 'slapos_mysql_innodb_catalog',
'slapos_jio', 'slapos_jio',
'slapos_jio_ui_test' 'slapos_jio_ui_test',
'slapos_metadata_transform_agent',
'slapos_metadata_transform_agent_test'
] ]
class SlapOSCloud(SavedTestSuite, ProjectTestSuite): class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
...@@ -59,7 +61,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -59,7 +61,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
def run(self, full_test): def run(self, full_test):
test = ':' in full_test and full_test.split(':')[1] or full_test test = ':' in full_test and full_test.split(':')[1] or full_test
if test in ('testSlapOSWendelinCoreTwo',): if test in ('testSlapOSWendelinCoreTwo', 'testMetadataAgent'):
return self.runUnitTest('--with_wendelin_core', '--activity_node=1', full_test) return self.runUnitTest('--with_wendelin_core', '--activity_node=1', full_test)
elif test.startswith('testFunctional'): elif test.startswith('testFunctional'):
return self._updateFunctionalTestResponse(self.runUnitTest(full_test)) return self._updateFunctionalTestResponse(self.runUnitTest(full_test))
......
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