Skip to content

bash: line 9: test/extended/networking-minimal.sh: Permission denied #11374

@marun

Description

@marun

#11347 added a wrapper intended to run a minimal set of networking tests. Unfortunately the script was merged as non-executable:

Running TEST_REPORT_DIR=/tmp/openshift/test-extended/junit test/extended/networking-minimal.sh...
bash: line 9: test/extended/networking-minimal.sh: Permission denied
Error while running ssh/sudo command: 
set -e
pushd /data/src/github.com/openshift//origin >/dev/null
export PATH=$GOPATH/bin:$PATH

echo '***************************************************'
echo 'Running TEST_REPORT_DIR=/tmp/openshift/test-extended/junit test/extended/networking-minimal.sh...'
time TEST_REPORT_DIR=/tmp/openshift/test-extended/junit test/extended/networking-minimal.sh
echo 'Finished TEST_REPORT_DIR=/tmp/openshift/test-extended/junit test/extended/networking-minimal.sh'
echo '***************************************************'

popd >/dev/null

The networking job has been reverted to run networking.sh pending a fix, and any job impacted by this can be re-tested or re-merged.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions