summaryrefslogtreecommitdiff
path: root/test/testdata/container_exit_test.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/container_exit_test.json')
-rw-r--r--test/testdata/container_exit_test.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/testdata/container_exit_test.json b/test/testdata/container_exit_test.json
deleted file mode 100644
index 6ead905a6..000000000
--- a/test/testdata/container_exit_test.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "metadata": {
- "name": "podsandbox1-exit-test"
- },
- "image": {
- "image": "docker://mrunalp/exit_test:latest"
- },
- "args": [
- "/exit_test"
- ],
- "envs": [
- {
- "key": "PATH",
- "value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- }
- ],
- "readonly_rootfs": true,
- "log_path": "",
- "stdin": false,
- "stdin_once": false,
- "tty": false
-}