MCPcopy Create free account
hub / github.com/apache/cloudstack / do_deploydc_and_runtest

Method do_deploydc_and_runtest

tools/marvin/marvin/deployAndRun.py:291–299  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

289 @VerifyAndExit(
290 "cmd failed, may be invalid input options, please check help")
291 def do_deploydc_and_runtest(self, args):
292 try:
293 self.do_deploy(inputs=args)
294 self.parse_input_runtcs()
295 self.run_test_suites()
296 return SUCCESS
297 except Exception as e:
298 print("==== deploydc cmd failed:%s ==== " % str(e))
299 return FAILED
300
301 @VerifyAndExit(
302 "cmd failed, may be invalid input options, please check help")

Callers

nothing calls this directly

Calls 2

parse_input_runtcsMethod · 0.95
run_test_suitesMethod · 0.95

Tested by

no test coverage detected