Loading tests/smoke.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ def synthetic_workload_tests(): def hetero_tests(): """Run heterogeneous workload tests.""" print("Starting heterogeneous workload tests...") run_command(f"python main.py run-multi-part -x setonix/part-cpu setonix/part-gpu -t {DEFAULT_TIME}") run_command(f"python main.py run-parts -x setonix/part-cpu setonix/part-gpu -t {DEFAULT_TIME}") def main(): Loading tests/systems/test_multi_part_sim_basic_run.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ def test_multi_part_sim_basic_run(system, system_config): os.chdir(PROJECT_ROOT) result = subprocess.run([ "python", "main.py", "run-multi-part", "python", "main.py", "run-parts", "--time", "1h", "-x", f"{system}/*", ], capture_output=True, text=True, stdin=subprocess.DEVNULL) Loading tests/systems/test_multi_part_sim_network_run.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ def test_multi_part_sim_network_run(system, system_config, sim_output): os.chdir(PROJECT_ROOT) result = subprocess.run([ "python", "main.py", "run-multi-part", "python", "main.py", "run-parts", "--time", "1h", "-x", f"{system}/*", "--net", Loading tests/systems/test_multi_part_sim_withdata_run.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ def test_multi_part_sim_withdata_run(system, system_config, system_files): os.chdir(PROJECT_ROOT) result = subprocess.run([ "python", "main.py", "run-multi-part", "python", "main.py", "run-parts", "--time", "1h", "-x", f"{system}/*", "-f", ','.join(system_files), Loading Loading
tests/smoke.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ def synthetic_workload_tests(): def hetero_tests(): """Run heterogeneous workload tests.""" print("Starting heterogeneous workload tests...") run_command(f"python main.py run-multi-part -x setonix/part-cpu setonix/part-gpu -t {DEFAULT_TIME}") run_command(f"python main.py run-parts -x setonix/part-cpu setonix/part-gpu -t {DEFAULT_TIME}") def main(): Loading
tests/systems/test_multi_part_sim_basic_run.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ def test_multi_part_sim_basic_run(system, system_config): os.chdir(PROJECT_ROOT) result = subprocess.run([ "python", "main.py", "run-multi-part", "python", "main.py", "run-parts", "--time", "1h", "-x", f"{system}/*", ], capture_output=True, text=True, stdin=subprocess.DEVNULL) Loading
tests/systems/test_multi_part_sim_network_run.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ def test_multi_part_sim_network_run(system, system_config, sim_output): os.chdir(PROJECT_ROOT) result = subprocess.run([ "python", "main.py", "run-multi-part", "python", "main.py", "run-parts", "--time", "1h", "-x", f"{system}/*", "--net", Loading
tests/systems/test_multi_part_sim_withdata_run.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ def test_multi_part_sim_withdata_run(system, system_config, system_files): os.chdir(PROJECT_ROOT) result = subprocess.run([ "python", "main.py", "run-multi-part", "python", "main.py", "run-parts", "--time", "1h", "-x", f"{system}/*", "-f", ','.join(system_files), Loading