aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/test_k8stest.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-30Fix functest-k8s logging to log all k8s testsopnfv-6.2.0Konrad Djimeli1-2/+3
JIRA: FUNCTEST-967 Change-Id: If4924a5c6d66dcbda48ac5ea80d67fcef11ba40a Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com> (cherry picked from commit 816438f37e1a47bb3408c89d982c3fc37f893b64)
2018-05-30Update logging to log Errors, when they occurKonrad Djimeli1-0/+14
Enable logging of errors which can occur due to incorrect configfile, wrong KUBE_MASTER_URL or KUBE_MASTER_IP etc. Change-Id: I352ed0ab0376e9392d205decdc569bac6304ba27 Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com> (cherry picked from commit 9f8e105025763e75273f430448518fea77a49d34)
2018-04-10Add unit tests for K8sTesting's run and run_kubetest methodsKonrad Djimeli1-0/+13
Change-Id: I0442614c609d0d6248c1896d0bc8f55c32e5152d Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com> (cherry picked from commit a21472e084798165d15baedcb4624b8ea328e4ff)
2018-04-10Add unit test for config file validationKonrad Djimeli1-0/+17
Change-Id: I170de36f9641fce253acdd169061476443b86f81 Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com> (cherry picked from commit 2b768e16be8cd317ff4d3811fb17d14fb14eaaec)
2018-03-21Remove KUBECONFIG from env varsLinda Wang1-4/+0
Change-Id: I85f4c01ceaf9cdadff7fe3d0f284f28da5727658 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-03-01Add unit tests for functest-kubernetesdjkonro1-0/+54
Change-Id: I4c9b5a56e891f4a63c86e0d7c4dd0d02de677610 Signed-off-by: djkonro <konraddjimeli@gmail.com>