Skip to content
Snippets Groups Projects
Commit bebbb145 authored by Maël Madon's avatar Maël Madon
Browse files

test: add test easy with dynamic submission

parent 5b4e30a6
No related branches found
No related tags found
1 merge request!5New dynamic schedulers: fcfs and easy-bf
from helper import *
def test_broker_mono(platform_monoC, workload_static):
Scheduler = namedtuple('Scheduler', ['name', 'short_name'])
sched_mono = Scheduler("fcfs", "fcfs")
# def test_broker_mono(platform_monoC, workload_static):
# Scheduler = namedtuple('Scheduler', ['name', 'short_name'])
# sched_mono = Scheduler("fcfs", "fcfs")
# def test_broker_mono(platform_monoC, workload_static, sched_mono):
# """Test the broker mode with monocore platform files and schedulers"""
def test_broker_mono(platform_monoC, workload_static, sched_mono):
"""Test the broker mode with monocore platform files and schedulers"""
test_name = f'broker-{sched_mono.short_name}-{platform_monoC.name}-{workload_static.name}'
output_dir, robin_filename, _ = init_instance(test_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment