forked from M-Labs/artiq
test_scheduler: refactor dataset metadata support
This commit is contained in:
parent
376f36c965
commit
1af98727b7
|
@ -288,7 +288,7 @@ class SchedulerCase(unittest.TestCase):
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
mod,
|
mod,
|
||||||
{"action": "setitem", "key": "termination_ok",
|
{"action": "setitem", "key": "termination_ok",
|
||||||
"value": (False, True), "path": []})
|
"value": (False, True, {}), "path": []})
|
||||||
termination_ok = True
|
termination_ok = True
|
||||||
handlers = {
|
handlers = {
|
||||||
"update_dataset": check_termination
|
"update_dataset": check_termination
|
||||||
|
|
Loading…
Reference in New Issue