aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/routing
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-04-26 13:56:58 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:20 +0200
commit507c128cecc0d09c4ee1a01944b61bc850ece524 (patch)
treea7090f585b2024b32c24dda372b094041e9a8b46 /config-model/src/test/cfg/routing
parent5fbbf2910e26e5ff0cc8ccaa7cb17030a9ee3505 (diff)
Remove unused test data
Diffstat (limited to 'config-model/src/test/cfg/routing')
-rw-r--r--config-model/src/test/cfg/routing/invalidstoragepolicy/errors.txt1
-rw-r--r--config-model/src/test/cfg/routing/invalidstoragepolicy/hosts.xml7
-rw-r--r--config-model/src/test/cfg/routing/invalidstoragepolicy/services.xml11
3 files changed, 0 insertions, 19 deletions
diff --git a/config-model/src/test/cfg/routing/invalidstoragepolicy/errors.txt b/config-model/src/test/cfg/routing/invalidstoragepolicy/errors.txt
deleted file mode 100644
index 797dee3fd88..00000000000
--- a/config-model/src/test/cfg/routing/invalidstoragepolicy/errors.txt
+++ /dev/null
@@ -1 +0,0 @@
-Can't use storage policy with only slobrok in 5.0 and hierarchical grouping \ No newline at end of file
diff --git a/config-model/src/test/cfg/routing/invalidstoragepolicy/hosts.xml b/config-model/src/test/cfg/routing/invalidstoragepolicy/hosts.xml
deleted file mode 100644
index 54e4487ce77..00000000000
--- a/config-model/src/test/cfg/routing/invalidstoragepolicy/hosts.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<hosts>
- <host name="localhost">
- <alias>node1</alias>
- </host>
-</hosts>
diff --git a/config-model/src/test/cfg/routing/invalidstoragepolicy/services.xml b/config-model/src/test/cfg/routing/invalidstoragepolicy/services.xml
deleted file mode 100644
index 991ea2751a6..00000000000
--- a/config-model/src/test/cfg/routing/invalidstoragepolicy/services.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<services>
- <admin version="2.0">
- <adminserver hostalias="node1" />
- </admin>
-
- <routing version="1.0">
- <route name="foo" hops="[Storage:cluster=storage;slobroks=donald.duck.example.com:14020"/>
- </routing>
-</services>