summaryrefslogtreecommitdiffstats
path: root/cns-libs/cnslibs/common/openshift_ops.py
diff options
context:
space:
mode:
authorApeksha D Khakharia <akhakhar@redhat.com>2018-08-28 13:46:44 +0530
committerApeksha D Khakharia <akhakhar@redhat.com>2018-09-06 20:49:05 +0530
commit1c378d2f3f5d97583ec3310a14679035a967a9e3 (patch)
tree4da5c9ce0c37293d57c8fd74dbf39453f932231e /cns-libs/cnslibs/common/openshift_ops.py
parent7023a7de286c3ffe8fd07818ae19fe928f276103 (diff)
CNS: adding testcases for storage class
CNS-708,709,713,714,715 Change-Id: I61965e6d8b17b4bb49b10ebe26140945da9c4576 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
Diffstat (limited to 'cns-libs/cnslibs/common/openshift_ops.py')
-rw-r--r--cns-libs/cnslibs/common/openshift_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cns-libs/cnslibs/common/openshift_ops.py b/cns-libs/cnslibs/common/openshift_ops.py
index 50bfc4f4..bbfa4947 100644
--- a/cns-libs/cnslibs/common/openshift_ops.py
+++ b/cns-libs/cnslibs/common/openshift_ops.py
@@ -249,7 +249,7 @@ def oc_create_sc(hostname, sc_name_prefix="autotests-sc",
'resturl', 'secretnamespace', 'restuser', 'secretname',
'restauthenabled', 'restsecretnamespace', 'restsecretname',
'hacount', 'clusterids', 'chapauthenabled', 'volumenameprefix',
- 'volumeoptions',
+ 'volumeoptions', 'volumetype'
)
for parameter in parameters.keys():
if parameter.lower() not in allowed_parameters: