Searched refs:args (Results 1 – 5 of 5) sorted by relevance
| /honee/tests/ |
| H A D | junit.py | 160 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 D | smartsim_regression_framework.py | 199 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 D | junit_common.py | 69 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 D | conv_test.sh | 34 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 D | conv_plot.py | 33 args = parser.parse_args() 34 conv_result_file = args.conv_result_file
|