We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72c2cd commit 18ee5a6Copy full SHA for 18ee5a6
tests/features/imagebasic.feature
@@ -15,3 +15,10 @@ Feature: Tests for all openshift images
15
Scenario: Check that builder labels are correctly set
16
Given image is built
17
Then the image should contain label io.openshift.s2i.scripts-url with value image:///usr/local/s2i
18
+
19
+ @ubi9
20
+ Scenario: Check installed scripts are executable by all users (OPENJDK-3655)
21
+ When container is started with args
22
+ | arg | value |
23
+ | command | find /opt/jboss/container -type f -perm -g+x ( ! -perm -o+x ) -ls |
24
+ Then available container log should not contain /opt/jboss/container
0 commit comments