summaryrefslogtreecommitdiffstats
path: root/cns-libs/cnslibs/common/openshift_ops.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-10-23 00:53:02 +0530
committerValerii Ponomarov <vponomar@redhat.com>2018-10-23 14:17:23 +0530
commit8120037a7e5a4cb9298ec59882c4aa10cdbf62ff (patch)
tree4dea802792074ea9957c75612c965b05409160f6 /cns-libs/cnslibs/common/openshift_ops.py
parente4f40d9d10a40fd0afa892a0d6cdb51eb4f50e09 (diff)
Fix all existing pep8 errors
Change-Id: I97c949614ca70ea3e732c8c2ca70022d062ad04c
Diffstat (limited to 'cns-libs/cnslibs/common/openshift_ops.py')
-rw-r--r--cns-libs/cnslibs/common/openshift_ops.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cns-libs/cnslibs/common/openshift_ops.py b/cns-libs/cnslibs/common/openshift_ops.py
index 72906f8c..d05529d8 100644
--- a/cns-libs/cnslibs/common/openshift_ops.py
+++ b/cns-libs/cnslibs/common/openshift_ops.py
@@ -371,10 +371,10 @@ def oc_create_app_dc_with_io(
"-ec",
"trap \"rm -f /mnt/random-data-$HOSTNAME.log ; exit 0\" SIGTERM; "
"while true; do "
- " (mount | grep '/mnt') && "
- " (head -c %s < /dev/urandom > /mnt/random-data-$HOSTNAME.log) || "
- " exit 1; "
- " sleep 1 ; "
+ " (mount | grep '/mnt') && "
+ " (head -c %s < /dev/urandom > /mnt/random-data-$HOSTNAME.log) ||"
+ " exit 1; "
+ " sleep 1 ; "
"done" % space_to_use,
],
"livenessProbe": {