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

Method do_runtest

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

Source from the content-addressed store, hash-verified

361 @VerifyAndExit(
362 "cmd failed, may be invalid input options, please check help")
363 def do_runtest(self, args):
364 try:
365 self.parse_input_runtcs(args)
366 self.start_marvin()
367 self.run_test_suites()
368 return SUCCESS
369 except Exception as e:
370 print("==== run test failed: %s ====" % str(e.message()))
371 return FAILED
372
373 def install_marvin(self):
374 if self.__csFolder:

Callers

nothing calls this directly

Calls 4

parse_input_runtcsMethod · 0.95
start_marvinMethod · 0.95
run_test_suitesMethod · 0.95
messageMethod · 0.45

Tested by

no test coverage detected