Closed jonasbjurel closed 9 years ago
Wont help, the container changed all together. Worked the day before yesturday, but from today it doesnt work. Doesnt help if I run /home/functest/start,sh or if I set the x bit in for the earlier script (which still exists). The container script now fails a bit into setting up the functest environment. We need versioned docker containers if this shall work. See Issue: #74 assigned to Jose BR/Jonas
OK, sending positive thoughts in Jose's general direction then. :)
Fully agree about versioned containers.
+1 for the change set as such, but there's an issue with the functest container - no execute bits on /home/opnfv/repos/functest/docker/start.sh.
Suggest a temporary fix in changing the CI code to call the script using bash instead on line 641, to:
[ $DEBUG_DO_NOTHING -ne 1 ] && docker exec -t ${FUNCTEST_CID} bash /home/opnfv/repos/functest/docker/start.sh.