summaryrefslogtreecommitdiffstats
path: root/cns-libs/cnslibs/common/dynamic_provisioning.py
Commit message (Collapse)AuthorAgeFilesLines
* CNS: moving libraries from dynamic_provsioning.py to openshift_ops.pyApeksha D Khakharia2018-10-101-460/+0
| | | | | Change-Id: I84b0399bad021fed29044c1946fdf27cccc2b6c8 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* Added library for scalling jenkinsvamahaja2018-09-201-0/+36
| | | | | Change-Id: I49932f43ac4e41f06c559d1d18d142b8a084278e Signed-off-by: vamahaja <vamahaja@redhat.com>
* CNS: adding testcases for storage classApeksha D Khakharia2018-09-061-2/+6
| | | | | | | CNS-708,709,713,714,715 Change-Id: I61965e6d8b17b4bb49b10ebe26140945da9c4576 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* CNS: new library - heketi-scale-pod, pod-state-readyApeksha D Khakharia2018-08-061-42/+73
| | | | | Change-Id: I97eb3ae1d0af48d405a0187fe585e2732658f809 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* [CNS-533] Add test for glusterblock logs verificationValerii Ponomarov2018-07-261-0/+53
| | | | | | | | | | | Also, 3 new library functions for: - secret creation - storage class creation - pvc creation Which use "stdin" creation approach without files. Change-Id: Ifba768deba11048ede207d72af4d480898e8f5fc
* CNS: fixing pod status libApeksha D Khakharia2018-06-291-9/+14
| | | | | Change-Id: Ic4ebb29be6070e982c53cfa63730e6dc4d955711 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* Fix broken dynamic_provisioning testsValerii Ponomarov2018-05-101-19/+24
| | | | | | | | Fix 2 autotests, remove skip decorator for them. And rework logic of mongodb template uploading for mongodb pod, so it takes couple of seconds instead of minutes. Change-Id: Ib2b09364ae435b9784b76c2f2581c197128f9649
* CNS: adding testcase and library for volnameprefixApeksha D Khakharia2018-05-081-1/+2
| | | | | Change-Id: I84968bcfe19aa8af73f185be178079a8373915b3 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* Fix calculation of the path to the template filesValerii Ponomarov2018-04-041-10/+17
| | | | | | | | | For the moment, CNS tests work only if we run tests from one concrete directory, and it is not the root dir for tests. So, calculate it safely and use safer variant for picking up the template files avoiding false "Not Found" errors. Change-Id: I7fbe90328550e0ce9f45d8eed228e7ed34f3a5ae
* CNS: adding libraries for dynamic provisioningApeksha D Khakharia2018-01-301-0/+318
Change-Id: I0023dae5b4628b30b5434b0e10dc519a227fd3aa Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>