Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/idl_tool/test/sa_test/
H A Dutil.py88 def exec_command(command): function
98 return exec_command("make --directory={} --jobs=4".format(file_path))
102 return exec_command("make --directory={} clean".format(file_path))
H A Dtest_base.py23 from util import exec_command, compare_target_files, file_exists namespace
113 status, result = exec_command(self.command)
171 status, result = exec_command(self.command)
/foundation/ability/idl_tool/test/hdi_unittest/base/
H A D__init__.py22 from .util import get_time_stamp, print_success, print_failure, compare_target_files, exec_command, file_exists namespace
H A Dutil.py24 __all__ = ["get_time_stamp", "print_success", "print_failure", "compare_target_files", "exec_command", "file_exists",
142 def exec_command(command): function
152 return exec_command("make --directory={} --jobs=4".format(file_path))
156 return exec_command("make --directory={} clean".format(file_path))
H A Dtest_base.py20 from .util import exec_command, compare_target_files, get_all_idl_files namespace
176 status, ret = exec_command(self.command)
191 status, result = exec_command(self.command)
215 exec_command("rm -rf {}".format(self.output_dir))
/foundation/ability/idl_tool/test/hdi_unittest/hdi_gen_test/
H A Dbig_d_2000_file_test.py20 from base import Test, exec_command, print_failure namespace
100 status, ret = exec_command(self.command)

Completed in 3 milliseconds