diff --git a/runsc/test/runtimes/BUILD b/test/runtimes/BUILD similarity index 90% rename from runsc/test/runtimes/BUILD rename to test/runtimes/BUILD index ea87029dd..e85804a83 100644 --- a/runsc/test/runtimes/BUILD +++ b/test/runtimes/BUILD @@ -8,7 +8,7 @@ package(licenses = ["notice"]) go_library( name = "runtimes", srcs = ["runtimes.go"], - importpath = "gvisor.dev/gvisor/runsc/test/runtimes", + importpath = "gvisor.dev/gvisor/test/runtimes", ) runtime_test( diff --git a/runsc/test/runtimes/README.md b/test/runtimes/README.md similarity index 100% rename from runsc/test/runtimes/README.md rename to test/runtimes/README.md diff --git a/runsc/test/runtimes/go/BUILD b/test/runtimes/go/BUILD similarity index 100% rename from runsc/test/runtimes/go/BUILD rename to test/runtimes/go/BUILD diff --git a/runsc/test/runtimes/go/Dockerfile b/test/runtimes/go/Dockerfile similarity index 100% rename from runsc/test/runtimes/go/Dockerfile rename to test/runtimes/go/Dockerfile diff --git a/runsc/test/runtimes/go/proctor-go.go b/test/runtimes/go/proctor-go.go similarity index 100% rename from runsc/test/runtimes/go/proctor-go.go rename to test/runtimes/go/proctor-go.go diff --git a/runsc/test/runtimes/java/BUILD b/test/runtimes/java/BUILD similarity index 100% rename from runsc/test/runtimes/java/BUILD rename to test/runtimes/java/BUILD diff --git a/runsc/test/runtimes/java/Dockerfile b/test/runtimes/java/Dockerfile similarity index 100% rename from runsc/test/runtimes/java/Dockerfile rename to test/runtimes/java/Dockerfile diff --git a/runsc/test/runtimes/java/proctor-java.go b/test/runtimes/java/proctor-java.go similarity index 100% rename from runsc/test/runtimes/java/proctor-java.go rename to test/runtimes/java/proctor-java.go diff --git a/runsc/test/runtimes/nodejs/BUILD b/test/runtimes/nodejs/BUILD similarity index 100% rename from runsc/test/runtimes/nodejs/BUILD rename to test/runtimes/nodejs/BUILD diff --git a/runsc/test/runtimes/nodejs/Dockerfile b/test/runtimes/nodejs/Dockerfile similarity index 100% rename from runsc/test/runtimes/nodejs/Dockerfile rename to test/runtimes/nodejs/Dockerfile diff --git a/runsc/test/runtimes/nodejs/proctor-nodejs.go b/test/runtimes/nodejs/proctor-nodejs.go similarity index 100% rename from runsc/test/runtimes/nodejs/proctor-nodejs.go rename to test/runtimes/nodejs/proctor-nodejs.go diff --git a/runsc/test/runtimes/php/BUILD b/test/runtimes/php/BUILD similarity index 100% rename from runsc/test/runtimes/php/BUILD rename to test/runtimes/php/BUILD diff --git a/runsc/test/runtimes/php/Dockerfile b/test/runtimes/php/Dockerfile similarity index 100% rename from runsc/test/runtimes/php/Dockerfile rename to test/runtimes/php/Dockerfile diff --git a/runsc/test/runtimes/php/proctor-php.go b/test/runtimes/php/proctor-php.go similarity index 100% rename from runsc/test/runtimes/php/proctor-php.go rename to test/runtimes/php/proctor-php.go diff --git a/runsc/test/runtimes/python/BUILD b/test/runtimes/python/BUILD similarity index 100% rename from runsc/test/runtimes/python/BUILD rename to test/runtimes/python/BUILD diff --git a/runsc/test/runtimes/python/Dockerfile b/test/runtimes/python/Dockerfile similarity index 100% rename from runsc/test/runtimes/python/Dockerfile rename to test/runtimes/python/Dockerfile diff --git a/runsc/test/runtimes/python/proctor-python.go b/test/runtimes/python/proctor-python.go similarity index 100% rename from runsc/test/runtimes/python/proctor-python.go rename to test/runtimes/python/proctor-python.go diff --git a/runsc/test/runtimes/runtimes.go b/test/runtimes/runtimes.go similarity index 100% rename from runsc/test/runtimes/runtimes.go rename to test/runtimes/runtimes.go diff --git a/runsc/test/runtimes/runtimes_test.go b/test/runtimes/runtimes_test.go similarity index 100% rename from runsc/test/runtimes/runtimes_test.go rename to test/runtimes/runtimes_test.go