summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/test_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/test_interface.py')
-rw-r--r--rtemsspec/tests/test_interface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsspec/tests/test_interface.py b/rtemsspec/tests/test_interface.py
index 037dbee9..6a46b837 100644
--- a/rtemsspec/tests/test_interface.py
+++ b/rtemsspec/tests/test_interface.py
@@ -38,6 +38,7 @@ def test_interface(tmpdir):
base_directory = os.path.join(tmpdir, "base")
interface_domains = {"/domain-abc": base_directory}
interface_config["domains"] = interface_domains
+ interface_config["enabled"] = []
generate(interface_config, EmptyItemCache())