aboutsummaryrefslogtreecommitdiffstats
path: root/tools/moon_kubernetes/templates
diff options
context:
space:
mode:
authorfrancois.cellier <francois.cellier@orange.com>2018-02-13 13:06:51 +0100
committerfrancois.cellier <francois.cellier@orange.com>2018-02-13 17:01:47 +0100
commitb38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 (patch)
tree8403f71cef84a5761f533bb6fc7aa08daa234f16 /tools/moon_kubernetes/templates
parent4841ea360bb6feec4d2c644040e12a2657769634 (diff)
Add the moon_pythonfunctest container to perform functionnal tests
Change-Id: I2be863862ce7df408f759664b10af45416b3d712
Diffstat (limited to 'tools/moon_kubernetes/templates')
-rw-r--r--tools/moon_kubernetes/templates/moon_functest.yaml (renamed from tools/moon_kubernetes/templates/moon_forming_functest.yaml)7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/moon_kubernetes/templates/moon_forming_functest.yaml b/tools/moon_kubernetes/templates/moon_functest.yaml
index 4cb2c3a0..d70ebb96 100644
--- a/tools/moon_kubernetes/templates/moon_forming_functest.yaml
+++ b/tools/moon_kubernetes/templates/moon_functest.yaml
@@ -10,10 +10,7 @@ spec:
spec:
containers:
- name: functest
- image: wukongsun/moon_forming:dev
- env:
- - name: COMMAND
- value: "functest"
+ image: wukongsun/moon_python_func_test:latest
volumeMounts:
- name: config-volume
mountPath: /etc/moon
@@ -27,4 +24,4 @@ spec:
hostPath:
path: "{{PATH}}"
restartPolicy: Never
- #backoffLimit: 4 \ No newline at end of file
+ #backoffLimit: 4