Home
last modified time | relevance | path

Searched refs:args (Results 1 – 5 of 5) sorted by relevance

/honee/tests/
H A Djunit.py160 args = create_argparser().parse_args() variable
163 if 'smartsim' in args.test:
164 has_smartsim: bool = args.smartredis_dir and Path(args.smartredis_dir).is_dir()
168 if args.mode is RunMode.TAP:
178 for i, backend in enumerate(args.ceed_backends):
180 if is_new_subtest and args.mode == RunMode.TAP:
188 args.mode,
192 verbose=args.verbose))
193 if args.mode == RunMode.TAP:
196 elif args.mode is RunMode.TAP:
[all …]
H A Dsmartsim_regression_framework.py199 passTest, exception, args = self.test(ceed_resource)
212 test_case.args = args
234 args = parser.parse_args() variable
241 for ceed_resource in args.ceed_backends:
H A Djunit_common.py69 args: List = field(default_factory=list) variable in TestSpec
369 args: List[str] = re.findall(args_pattern, line)
372 return TestSpec(**known, key_values=other, args=args)
401 …if line.startswith(f'{comment_str}TESTARGS')] or [TestSpec(source_file.stem, args=['{ceed_resource…
603 run_args: List = [f'{suite_spec.get_run_path(test)}', *map(str, spec.args)]
754 test_case.args = ' '.join(str(arg) for arg in run_args)
/honee/examples/
H A Dconv_test.sh34 args=''
37 args="$args -$arg ${run_flags[$arg]}"
40 …./navierstokes $args | grep "Relative Error:" | awk -v i="$i" -v res="$res" -v d="$d" '{ printf "%…
H A Dconv_plot.py33 args = parser.parse_args()
34 conv_result_file = args.conv_result_file