jonasbjurel / OPNFV-Playground

Playground for OPNFV
Apache License 2.0
3 stars 2 forks source link

Merge master 66 67 #70

Closed jonasbjurel closed 9 years ago

consultron commented 9 years ago

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

jonasbjurel commented 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

consultron commented 9 years ago

OK, sending positive thoughts in Jose's general direction then. :)

Fully agree about versioned containers.