aboutsummaryrefslogtreecommitdiffstats
path: root/node-maintainer
diff options
context:
space:
mode:
authorsindre <sindre.grostad@icloud.com>2017-08-10 09:12:48 +0200
committerOla Aunrønning <olaa@yahoo-inc.com>2017-08-15 12:29:40 +0200
commit6ddaee021de0021b1b46822019e3a1f4450546de (patch)
tree94bc4c6d5dae77a22a3c4ab2df6e27fe56e3cca0 /node-maintainer
parent35fab7f245e8755585ce4f5cb3115fdcc1971d5f (diff)
Deleted unused resource files
Diffstat (limited to 'node-maintainer')
-rw-r--r--node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/SpecVerifierReport1
-rw-r--r--node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/parseOutputWithSkipsTest16
2 files changed, 0 insertions, 17 deletions
diff --git a/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/SpecVerifierReport b/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/SpecVerifierReport
deleted file mode 100644
index c0dcdcbad49..00000000000
--- a/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/SpecVerifierReport
+++ /dev/null
@@ -1 +0,0 @@
-{"timeStamp":1501504035,"dimensions":{"memoryMatch":true,"cpuCoresMatch":true,"diskTypeMatch":true,"netInterfaceSpeedMatch":true,"diskAvailableMatch":true,"ipv4Match":true,"ipv6Match":true},"metrics":{"match":true,"actualIpv6Connection":true,"expectedIpv6Connection":false},"routing":{"yamas":{"namespace":["Vespa"]}}} \ No newline at end of file
diff --git a/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/parseOutputWithSkipsTest b/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/parseOutputWithSkipsTest
deleted file mode 100644
index 460b3c54b46..00000000000
--- a/node-maintainer/src/test/java/com/yahoo/vespa/hosted/node/verification/spec/resources/parseOutputWithSkipsTest
+++ /dev/null
@@ -1,16 +0,0 @@
-This will be read, and this will be read
-But it will not be matched
-But NOW we are going to skip!
-SkipFromKeyword
-here we skip
-and we skip
-when Parsing this we get a match...
-No we don't! Because we are skipping!
-we continue skipping
-And soon we stop to skip
-NOW!
-skipUntilKeyword
-Still no matches
-When Parsing this we get a match #returnValue#
-Not this,
-but Parsing this gives a match with #returnValue# \ No newline at end of file