forked from LaconicNetwork/kompose
typo in nginx name
This commit is contained in:
parent
d24879f881
commit
ec85012a8c
@ -41,11 +41,11 @@ convert::expect_success "kompose --provider=openshift -f $KOMPOSE_ROOT/script/te
|
|||||||
unset $(cat $KOMPOSE_ROOT/script/test/fixtures/gitlab/envs | cut -d'=' -f1)
|
unset $(cat $KOMPOSE_ROOT/script/test/fixtures/gitlab/envs | cut -d'=' -f1)
|
||||||
|
|
||||||
######
|
######
|
||||||
# Tests related to docker-compose file in /script/test/fixtures/ngnix-node-redis
|
# Tests related to docker-compose file in /script/test/fixtures/nginx-node-redis
|
||||||
# kubernetes test
|
# kubernetes test
|
||||||
convert::expect_success_and_warning "kompose -f $KOMPOSE_ROOT/script/test/fixtures/ngnix-node-redis/docker-compose.yml convert --stdout -j" "$KOMPOSE_ROOT/script/test/fixtures/ngnix-node-redis/output-k8s.json" "Kubernetes provider doesn't support build key - ignoring"
|
convert::expect_success_and_warning "kompose -f $KOMPOSE_ROOT/script/test/fixtures/nginx-node-redis/docker-compose.yml convert --stdout -j" "$KOMPOSE_ROOT/script/test/fixtures/nginx-node-redis/output-k8s.json" "Kubernetes provider doesn't support build key - ignoring"
|
||||||
# openshift test
|
# openshift test
|
||||||
convert::expect_success_and_warning "kompose --provider=openshift -f $KOMPOSE_ROOT/script/test/fixtures/ngnix-node-redis/docker-compose.yml convert --stdout -j" "$KOMPOSE_ROOT/script/test/fixtures/ngnix-node-redis/output-os.json" "Buildconfig using https://github.com/kubernetes-incubator/kompose.git::HEAD as source."
|
convert::expect_success_and_warning "kompose --provider=openshift -f $KOMPOSE_ROOT/script/test/fixtures/nginx-node-redis/docker-compose.yml convert --stdout -j" "$KOMPOSE_ROOT/script/test/fixtures/nginx-node-redis/output-os.json" "Buildconfig using https://github.com/kubernetes-incubator/kompose.git::HEAD as source."
|
||||||
|
|
||||||
######
|
######
|
||||||
# Tests related to docker-compose file in /script/test/fixtures/entrypoint-command
|
# Tests related to docker-compose file in /script/test/fixtures/entrypoint-command
|
||||||
|
|||||||
@ -234,7 +234,7 @@
|
|||||||
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
||||||
"ref": "HEAD"
|
"ref": "HEAD"
|
||||||
},
|
},
|
||||||
"contextDir": "script/test/fixtures/ngnix-node-redis/node"
|
"contextDir": "script/test/fixtures/nginx-node-redis/node"
|
||||||
},
|
},
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Docker",
|
"type": "Docker",
|
||||||
@ -355,7 +355,7 @@
|
|||||||
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
||||||
"ref": "HEAD"
|
"ref": "HEAD"
|
||||||
},
|
},
|
||||||
"contextDir": "script/test/fixtures/ngnix-node-redis/node"
|
"contextDir": "script/test/fixtures/nginx-node-redis/node"
|
||||||
},
|
},
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Docker",
|
"type": "Docker",
|
||||||
@ -476,7 +476,7 @@
|
|||||||
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
||||||
"ref": "HEAD"
|
"ref": "HEAD"
|
||||||
},
|
},
|
||||||
"contextDir": "script/test/fixtures/ngnix-node-redis/node"
|
"contextDir": "script/test/fixtures/nginx-node-redis/node"
|
||||||
},
|
},
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Docker",
|
"type": "Docker",
|
||||||
@ -688,7 +688,7 @@
|
|||||||
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
"uri": "https://github.com/kubernetes-incubator/kompose.git",
|
||||||
"ref": "HEAD"
|
"ref": "HEAD"
|
||||||
},
|
},
|
||||||
"contextDir": "script/test/fixtures/ngnix-node-redis/nginx"
|
"contextDir": "script/test/fixtures/nginx-node-redis/nginx"
|
||||||
},
|
},
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Docker",
|
"type": "Docker",
|
||||||
Loading…
Reference in New Issue
Block a user