summaryrefslogtreecommitdiff
path: root/test/testdata/container_redis.json
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2018-03-12 10:01:44 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-12 14:38:41 +0000
commit33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05 (patch)
tree9b76b9378f152a07cf173ee832ee14ff6eed4601 /test/testdata/container_redis.json
parentb78a450cd5e0cf3e65ec7cd61bea4af6e5071e1c (diff)
downloadpodman-33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05.tar.gz
podman-33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05.tar.bz2
podman-33fe3287a3b78d82b53e4d02776ddcb4ce5cfd05.zip
Remove unused configs for testing CRI-O
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #473 Approved by: rhatdan
Diffstat (limited to 'test/testdata/container_redis.json')
-rw-r--r--test/testdata/container_redis.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/test/testdata/container_redis.json b/test/testdata/container_redis.json
deleted file mode 100644
index 638aba4fc..000000000
--- a/test/testdata/container_redis.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "metadata": {
- "name": "podsandbox1-redis"
- },
- "image": {
- "image": "redis:alpine"
- },
- "args": [
- "docker-entrypoint.sh",
- "redis-server"
- ],
- "working_dir": "/data",
- "envs": [
- {
- "key": "PATH",
- "value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- },
- {
- "key": "TERM",
- "value": "xterm"
- },
- {
- "key": "REDIS_VERSION",
- "value": "3.2.3"
- },
- {
- "key": "REDIS_DOWNLOAD_URL",
- "value": "http://download.redis.io/releases/redis-3.2.3.tar.gz"
- },
- {
- "key": "REDIS_DOWNLOAD_SHA1",
- "value": "92d6d93ef2efc91e595c8bf578bf72baff397507"
- }
- ],
- "labels": {
- "tier": "backend"
- },
- "annotations": {
- "pod": "podsandbox1"
- },
- "readonly_rootfs": false,
- "log_path": "",
- "stdin": false,
- "stdin_once": false,
- "tty": false,
- "linux": {
- "resources": {
- "cpu_period": 10000,
- "cpu_quota": 20000,
- "cpu_shares": 512,
- "oom_score_adj": 30
- },
- "security_context": {
- "capabilities": {
- "add_capabilities": [
- "sys_admin"
- ]
- }
- }
- }
-}