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 f127de2 commit e16249bCopy full SHA for e16249b
tests/features/imagebasic.feature
@@ -13,3 +13,10 @@ Feature: Tests for all openshift images
13
Scenario: Check that builder labels are correctly set
14
Given image is built
15
Then the image should contain label io.openshift.s2i.scripts-url with value image:///usr/libexec/s2i
16
+
17
+ @ubi10
18
+ Scenario: Check installed scripts are executable by all users (OPENJDK-3655)
19
+ When container is started with args
20
+ | arg | value |
21
+ | command | find /opt/jboss/container -type f -perm -g+x ( ! -perm -o+x ) -ls |
22
+ Then available container log should not contain /opt/jboss/container
0 commit comments