From 5abc43e03d4dd936113dea7cb44a99f584a6cdb6 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Thu, 9 Nov 2023 19:19:51 +0000 Subject: [PATCH] Remove redundant output files from tests --- tests/samples/outputs/all.db.subst | 32 -------------------------- tests/samples/outputs/objects.db.subst | 17 -------------- tests/samples/outputs/utils.db.subst | 3 --- 3 files changed, 52 deletions(-) delete mode 100644 tests/samples/outputs/all.db.subst delete mode 100644 tests/samples/outputs/objects.db.subst delete mode 100644 tests/samples/outputs/utils.db.subst diff --git a/tests/samples/outputs/all.db.subst b/tests/samples/outputs/all.db.subst deleted file mode 100644 index 18768ef31..000000000 --- a/tests/samples/outputs/all.db.subst +++ /dev/null @@ -1,32 +0,0 @@ -############################################################################# -# DB substitution file generated by http://github.com/epics-containers/ibek # -############################################################################# - -file "another_test.db" { -pattern - { "name", "my_int_enum", "clock_rate", "db_calculated", "calculated_one" } - { "AllObject One", "2", "dummy", "HELLO AllObject One", "AllObject One.AllObject One String.1.1.0.True" } - { "AllObject Two", "1", "1", "HELLO AllObject Two", "AllObject Two.AllObject Two String.1.1.0.True" } -} - -file "yet_another.db" { -pattern - { "name", "my_object", "my_float", "my_bool" } - { "AllObject One", "Ref1", "1.0", "True" } - { "AllObject Two", "Ref1", "1.0", "True" } -} - -file "test.db" { -pattern - { "name", "ip", "value" } - { "Consumer Two With DB", "127.0.0.1", "Ref1.127.0.0.1" } -} - -file "/epics/pvi/simple.pvi.template" { -pattern - { "prefix" } - { "Ref1" } - { "AllObject One" } - { "AllObject Two" } - { "Disabled RefObject" } -} diff --git a/tests/samples/outputs/objects.db.subst b/tests/samples/outputs/objects.db.subst deleted file mode 100644 index 119777883..000000000 --- a/tests/samples/outputs/objects.db.subst +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################# -# DB substitution file generated by http://github.com/epics-containers/ibek # -############################################################################# - -file "test.db" { -pattern - { "name", "ip", "value" } - { "Consumer of another port", "10.0.0.2", "AsynPort2.10.0.0.2" } - { "Another Consumer of the 2nd port", "10.0.0.2", "AsynPort2.10.0.0.2" } -} - -file "/epics/pvi/simple.pvi.template" { -pattern - { "prefix" } - { "AsynPort1" } - { "AsynPort2" } -} diff --git a/tests/samples/outputs/utils.db.subst b/tests/samples/outputs/utils.db.subst deleted file mode 100644 index 535e1a86b..000000000 --- a/tests/samples/outputs/utils.db.subst +++ /dev/null @@ -1,3 +0,0 @@ -############################################################################# -# DB substitution file generated by http://github.com/epics-containers/ibek # -#############################################################################