summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMilan Zink <mzink@redhat.com>2018-02-05 15:04:37 +0100
committerShyamsundar Ranganathan <srangana@redhat.com>2019-05-08 13:56:20 +0000
commit2aa9898720e3be2a203bec960103afc2558ddff6 (patch)
treedbfd563869b06278d86aec8830e615a1b9ebd6ec /tests
parentbf69fa4727f2b4432d7d54312bc0177cbcf44936 (diff)
extras/hooks: syntactical errors in SELinux hooks, scipt logic improved
Fixes: bz#1701818 Change-Id: Ia5fa1df81bbaec3a84653d136a331c76b457f42c Signed-off-by: Milan Zink <zeten30@gmail.com> (cherry picked from commit 1ad201a9fd6748d7ef49fb073fcfe8c6858d557d)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bugs/glusterfs-server/bug-877992.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/bugs/glusterfs-server/bug-877992.t b/tests/bugs/glusterfs-server/bug-877992.t
index aeb73ed94dd..300000bcf2c 100755
--- a/tests/bugs/glusterfs-server/bug-877992.t
+++ b/tests/bugs/glusterfs-server/bug-877992.t
@@ -46,7 +46,9 @@ TEST $CLI volume create $V0 $H0:$B0/${V0}1;
EXPECT "$V0" volinfo_field $V0 'Volume Name';
EXPECT 'Created' volinfo_field $V0 'Status';
EXPECT 'createPre' cat /tmp/pre.out;
-EXPECT 'createPost' cat /tmp/post.out;
+# Spost.sh comes after S10selinux-label-brick.sh under create post hook script
+# list. So consider the delay in setting SELinux context on bricks
+EXPECT_WITHIN 5 'createPost' cat /tmp/post.out;
hooks_cleanup 'create'