From 8e8b6096116eb490b438a53061195f737d4eca8b Mon Sep 17 00:00:00 2001 From: Samantha Sample Date: Mon, 29 Jul 2019 14:15:51 -0700 Subject: [PATCH] Move runtimes tests to appropriate directory. PiperOrigin-RevId: 260577765 --- {runsc/test => test}/runtimes/BUILD | 2 +- {runsc/test => test}/runtimes/README.md | 0 {runsc/test => test}/runtimes/go/BUILD | 0 {runsc/test => test}/runtimes/go/Dockerfile | 0 {runsc/test => test}/runtimes/go/proctor-go.go | 0 {runsc/test => test}/runtimes/java/BUILD | 0 {runsc/test => test}/runtimes/java/Dockerfile | 0 {runsc/test => test}/runtimes/java/proctor-java.go | 0 {runsc/test => test}/runtimes/nodejs/BUILD | 0 {runsc/test => test}/runtimes/nodejs/Dockerfile | 0 {runsc/test => test}/runtimes/nodejs/proctor-nodejs.go | 0 {runsc/test => test}/runtimes/php/BUILD | 0 {runsc/test => test}/runtimes/php/Dockerfile | 0 {runsc/test => test}/runtimes/php/proctor-php.go | 0 {runsc/test => test}/runtimes/python/BUILD | 0 {runsc/test => test}/runtimes/python/Dockerfile | 0 {runsc/test => test}/runtimes/python/proctor-python.go | 0 {runsc/test => test}/runtimes/runtimes.go | 0 {runsc/test => test}/runtimes/runtimes_test.go | 0 19 files changed, 1 insertion(+), 1 deletion(-) rename {runsc/test => test}/runtimes/BUILD (90%) rename {runsc/test => test}/runtimes/README.md (100%) rename {runsc/test => test}/runtimes/go/BUILD (100%) rename {runsc/test => test}/runtimes/go/Dockerfile (100%) rename {runsc/test => test}/runtimes/go/proctor-go.go (100%) rename {runsc/test => test}/runtimes/java/BUILD (100%) rename {runsc/test => test}/runtimes/java/Dockerfile (100%) rename {runsc/test => test}/runtimes/java/proctor-java.go (100%) rename {runsc/test => test}/runtimes/nodejs/BUILD (100%) rename {runsc/test => test}/runtimes/nodejs/Dockerfile (100%) rename {runsc/test => test}/runtimes/nodejs/proctor-nodejs.go (100%) rename {runsc/test => test}/runtimes/php/BUILD (100%) rename {runsc/test => test}/runtimes/php/Dockerfile (100%) rename {runsc/test => test}/runtimes/php/proctor-php.go (100%) rename {runsc/test => test}/runtimes/python/BUILD (100%) rename {runsc/test => test}/runtimes/python/Dockerfile (100%) rename {runsc/test => test}/runtimes/python/proctor-python.go (100%) rename {runsc/test => test}/runtimes/runtimes.go (100%) rename {runsc/test => test}/runtimes/runtimes_test.go (100%) 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