summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-k8.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Remove former Functest shell scriptsCédric Ollivier1-46/+0
They are obsolete because the verification jobs are generated via XtestingCI (see Functest, Airship, CNTT, etc.). It's safe as Fuel, the latest old OPNFV installer, dropped its gating due to lack of hardware resources. Change-Id: I9b986ec4622001ae3540f542fe0cf72fa51ea009 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-31Remove Functest (OS and K8s) features containersCédric Ollivier1-2/+1
Change-Id: I0391b15adc9f5a8f36d340f6970fe731ff10bcc1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-05-06Add debugs in Functest K8s jjbsCédric Ollivier1-1/+2
It conforms with Functest OS jjbs which redirects to /dev/stdout. Change-Id: If6517f52d72f7d436eb7e2bd3ef29179daef24dc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-04-14Clean jjb/functest/functest-k8.shCédric Ollivier1-28/+3
It removes lots of obsolete or useless logics. Change-Id: I64a85e813aab520de9d0d77e26a7c8becaa0950b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-04-12[functest] Get passed DOCKER_TAG for K8s scenariosMichael Polenchuk1-1/+1
Change-Id: I4f88935e76f657f86fe598ada87717d5a739884b Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2019-03-28[fuel] Follow symlink to get k8s configMichael Polenchuk1-1/+1
Change-Id: Icd7aef4c5a328e5e92e9740de3737a82acc71f8b Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2019-03-22[fuel] Handle kubernetes configMichael Polenchuk1-0/+7
Change-Id: I87b7d74b22341d9c091c16436a9d4a6cfce173d5 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-04-07Split functest-kubernetes into smaller containersCédric Ollivier1-12/+18
It conforms with the Docker slicing model proposed by Functest. See https://gerrit.opnfv.org/gerrit/#/c/55129/ Change-Id: Ic036034f043f995cba468fa0437e47a6129584b4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-22Remove KUBECONFIG from env_fileLinda Wang1-1/+0
We have hardcoded /root/.kube/config as the default config file inside functest-kubernetes container: https://gerrit.opnfv.org/gerrit/#/c/53815/ Change-Id: I135f2009c61bb0238fcc3c9eb6d131305603f495 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-03-19Merge "Remove iptables and unset privileged flag"Fatih Degirmenci1-6/+1
2018-03-19Create an initial file for return valueLinda Wang1-0/+3
Change-Id: I7c19dbe853124272bbf7203ab2778b616c847048 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-03-19Use /root/.kube/config for all installersCédric Ollivier1-1/+1
There is no reason to use one specific dir per installer in Functest containers. Change-Id: Ib2e1443b14c15aa385e65194f70f6442e0c9f7b9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-16Donot exit if k8s tests failLinda Wang1-0/+2
1. Add 'set +e' before running k8s tests, then the following builder of functest-store-results will be executed. 2. Remove the logic of managing k8s scenario from functest-alpine.sh Change-Id: I9a269fc46e45d1db6af741775d475e887ebc79c7 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-03-16Remove iptables and unset privileged flagCédric Ollivier1-6/+1
Change-Id: I83aafd2cf6317efefaa4b4208b286d5d26231767 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-02Add envs via volume mappingLinda Wang1-1/+2
Change-Id: I39bdde31bfc5674eecf1528427b55a7f0335bd89 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-02-28[Functest] Run k8s tests on JoidLinda Wang1-0/+3
Change-Id: I43ba42b2181b7f89a3f551a12eed4ab42d89cbee Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-02-13Fix functest k8s jobLinda Wang1-3/+3
Change-Id: Ied442837e4e9fd25946590d3dbada6ff2cbe7fc3 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-02-01[Functest] Run k8s tests on CompassLinda Wang1-0/+55
Change-Id: I8e88ab0598f43be8d0c9c4ad199dba91c1561f13 Signed-off-by: Linda Wang <wangwulin@huawei.com>