Commit ec844be6 authored by Brewer, Wes's avatar Brewer, Wes
Browse files

Add multi-partition tests to tests/smoke.py

parent 9f7c9fd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ def synthetic_workload_tests():
    run_command(f"python main.py -w benchmark -t {DEFAULT_TIME}")
    run_command(f"python main.py -w peak -t {DEFAULT_TIME}")
    run_command(f"python main.py -w idle -t {DEFAULT_TIME}")
    run_command(f"python multi-part-sim.py -x setonix/part-cpu setonix/part-gpu -t {DEFAULT_TIME}")

def main():
    """Main function to run all tests."""