aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-19 14:13:07 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-19 14:13:07 +0100
commitfdbce1ce68db930ffedca679e76f62d1680fd1b3 (patch)
treefcecb25c548b94957249f4922d0f138c014b1840 /jrt_test
parente15f9a2901654e800a89923060b4bbbb6e74ea3d (diff)
Remove files used by old unit test runner.
Diffstat (limited to 'jrt_test')
-rw-r--r--jrt_test/src/tests/connect-close/DESC1
-rw-r--r--jrt_test/src/tests/connect-close/FILES1
-rw-r--r--jrt_test/src/tests/echo/DESC3
-rw-r--r--jrt_test/src/tests/echo/FILES5
-rw-r--r--jrt_test/src/tests/garbage/DESC4
-rw-r--r--jrt_test/src/tests/garbage/FILES1
-rw-r--r--jrt_test/src/tests/hello-world/DESC1
-rw-r--r--jrt_test/src/tests/hello-world/FILES3
-rw-r--r--jrt_test/src/tests/mandatory-methods/DESC10
-rw-r--r--jrt_test/src/tests/mandatory-methods/FILES6
-rw-r--r--jrt_test/src/tests/mockup-invoke/DESC2
-rw-r--r--jrt_test/src/tests/mockup-invoke/FILES6
-rw-r--r--jrt_test/src/tests/rpc-error/DESC1
-rw-r--r--jrt_test/src/tests/rpc-error/FILES5
-rw-r--r--jrt_test/src/tests/slobrok-api/DESC2
-rw-r--r--jrt_test/src/tests/slobrok-api/FILES2
16 files changed, 0 insertions, 53 deletions
diff --git a/jrt_test/src/tests/connect-close/DESC b/jrt_test/src/tests/connect-close/DESC
deleted file mode 100644
index d39f23bc4f2..00000000000
--- a/jrt_test/src/tests/connect-close/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Try to uncover bad behavior related to closing connections.
diff --git a/jrt_test/src/tests/connect-close/FILES b/jrt_test/src/tests/connect-close/FILES
deleted file mode 100644
index f24627b5d6d..00000000000
--- a/jrt_test/src/tests/connect-close/FILES
+++ /dev/null
@@ -1 +0,0 @@
-Test.java
diff --git a/jrt_test/src/tests/echo/DESC b/jrt_test/src/tests/echo/DESC
deleted file mode 100644
index 20d168f6385..00000000000
--- a/jrt_test/src/tests/echo/DESC
+++ /dev/null
@@ -1,3 +0,0 @@
-Invoke a method that returns the parameters using all different value
-types. The server is written in Java while the client is written in
-C++.
diff --git a/jrt_test/src/tests/echo/FILES b/jrt_test/src/tests/echo/FILES
deleted file mode 100644
index cc0b575f983..00000000000
--- a/jrt_test/src/tests/echo/FILES
+++ /dev/null
@@ -1,5 +0,0 @@
-dotest.sh
-out.txt
-ref.txt
-echo-client.cpp
-out.javaserver.1
diff --git a/jrt_test/src/tests/garbage/DESC b/jrt_test/src/tests/garbage/DESC
deleted file mode 100644
index c63c00cfc58..00000000000
--- a/jrt_test/src/tests/garbage/DESC
+++ /dev/null
@@ -1,4 +0,0 @@
-See what happens when feeding an RPC server garbage input. This
-particular test is based on Java interpreting the packet size as
-negative and therefore can determine that this is garbage from the
-packet header alone.
diff --git a/jrt_test/src/tests/garbage/FILES b/jrt_test/src/tests/garbage/FILES
deleted file mode 100644
index 8767d7c6974..00000000000
--- a/jrt_test/src/tests/garbage/FILES
+++ /dev/null
@@ -1 +0,0 @@
-Garbage.java
diff --git a/jrt_test/src/tests/hello-world/DESC b/jrt_test/src/tests/hello-world/DESC
deleted file mode 100644
index de4b2bda136..00000000000
--- a/jrt_test/src/tests/hello-world/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Test running a hello world java program. \ No newline at end of file
diff --git a/jrt_test/src/tests/hello-world/FILES b/jrt_test/src/tests/hello-world/FILES
deleted file mode 100644
index 8bdeb70b5ed..00000000000
--- a/jrt_test/src/tests/hello-world/FILES
+++ /dev/null
@@ -1,3 +0,0 @@
-fastos.project
-out.txt
-ref.txt
diff --git a/jrt_test/src/tests/mandatory-methods/DESC b/jrt_test/src/tests/mandatory-methods/DESC
deleted file mode 100644
index 2cb4f467a2e..00000000000
--- a/jrt_test/src/tests/mandatory-methods/DESC
+++ /dev/null
@@ -1,10 +0,0 @@
-Test the mandatory methods of a Java RPC server
-(ping/reflection). This is done by using a C++ client against a
-barebone Java server. The ping method is used to poll the server while
-waiting for it to come up. The reflection methods are used to extract
-reflection information about the mandatory methods, which is checked
-against a checked-in expected result.
-
-This test will break easily if the documentation of the mandatory
-methods is changed or if the method iteration order is changed. This
-will not happen often, and the test is easily updated.
diff --git a/jrt_test/src/tests/mandatory-methods/FILES b/jrt_test/src/tests/mandatory-methods/FILES
deleted file mode 100644
index 4bfb761c16d..00000000000
--- a/jrt_test/src/tests/mandatory-methods/FILES
+++ /dev/null
@@ -1,6 +0,0 @@
-dotest.sh
-out.txt
-ref.txt
-RPCServer.java
-extract-reflection.cpp
-out.javaserver.1
diff --git a/jrt_test/src/tests/mockup-invoke/DESC b/jrt_test/src/tests/mockup-invoke/DESC
deleted file mode 100644
index 27ad5eca58f..00000000000
--- a/jrt_test/src/tests/mockup-invoke/DESC
+++ /dev/null
@@ -1,2 +0,0 @@
-Test that the mockup invoke implementation in Java is able to invoke
-methods in a C++ based RPC server.
diff --git a/jrt_test/src/tests/mockup-invoke/FILES b/jrt_test/src/tests/mockup-invoke/FILES
deleted file mode 100644
index da260550280..00000000000
--- a/jrt_test/src/tests/mockup-invoke/FILES
+++ /dev/null
@@ -1,6 +0,0 @@
-dotest.sh
-out.txt
-ref.txt
-mockup-server.cpp
-MockupInvoke.java
-out.server.1
diff --git a/jrt_test/src/tests/rpc-error/DESC b/jrt_test/src/tests/rpc-error/DESC
deleted file mode 100644
index a9de538edd7..00000000000
--- a/jrt_test/src/tests/rpc-error/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Test that RPC errors are handled correctly when mixing cpp and java.
diff --git a/jrt_test/src/tests/rpc-error/FILES b/jrt_test/src/tests/rpc-error/FILES
deleted file mode 100644
index 53c47eb425d..00000000000
--- a/jrt_test/src/tests/rpc-error/FILES
+++ /dev/null
@@ -1,5 +0,0 @@
-dotest.sh
-TestErrors.java
-test-errors.cpp
-out.cppserver.1
-out.javaserver.1
diff --git a/jrt_test/src/tests/slobrok-api/DESC b/jrt_test/src/tests/slobrok-api/DESC
deleted file mode 100644
index b44753d7d10..00000000000
--- a/jrt_test/src/tests/slobrok-api/DESC
+++ /dev/null
@@ -1,2 +0,0 @@
-Test java port of slobrok api classes. Currently only tests with a
-single slobrok server.
diff --git a/jrt_test/src/tests/slobrok-api/FILES b/jrt_test/src/tests/slobrok-api/FILES
deleted file mode 100644
index cc18fdd7eb7..00000000000
--- a/jrt_test/src/tests/slobrok-api/FILES
+++ /dev/null
@@ -1,2 +0,0 @@
-SlobrokAPITest.java
-out.slobrok.1