aboutsummaryrefslogtreecommitdiff
path: root/test/test_v1.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_v1.py')
-rw-r--r--test/test_v1.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_v1.py b/test/test_v1.py
new file mode 100644
index 0000000..466e4bd
--- /dev/null
+++ b/test/test_v1.py
@@ -0,0 +1,6 @@
+from test_general import SalisTest
+
+class TestV1(SalisTest):
+ @SalisTest.run_ui_test(anc="noops", anc_path="test/anc", ui="noops", ui_path="test/ui/v1", vm_arch="v1")
+ def test_ui_v1_noops(self):
+ pass