summaryrefslogtreecommitdiffstats
path: root/cns-libs/cnslibs/common/naming.py
Commit message (Collapse)AuthorAgeFilesLines
* Reorder lib files removing redundant dir layerValerii Ponomarov2019-03-181-56/+0
| | | | | | | | | | | | Move all the files of 'cns-libs/cnslibs/common' dir to the 'openshift-storage-libs/openshiftstoragelibs', because 'common' is the only dir there, which doesn't really makes sense. And "cns" is old project name, so, replace it with "openshift-storage-libs". Also, fix all the imports of these libs. Change-Id: Ife00a73554e73b21b214b15016b0c8dbbf423446
* add a test to verify multiple PVC requests create multiple volumesJohn Mulligan2018-01-191-0/+56
This is sort of a trial of the both the test framework, my ability to add tests to it, and the workflow of adding changes to the repo. Change-Id: I17b61f298c04f45df8b77555b16d292fd2b2a3a8 Signed-off-by: John Mulligan <jmulligan@redhat.com>