Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
marun opened this issue Oct 14, 2016 · 1 comment
Closed

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

marun opened this issue Oct 14, 2016 · 1 comment
Assignees
Labels
component/networking kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@marun
Copy link
Contributor

marun commented Oct 14, 2016

#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.

@knobunc
Copy link
Contributor

knobunc commented Oct 17, 2016

Waiting for #11376 to merge. It has the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/networking kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2
Projects
None yet
Development

No branches or pull requests

4 participants