fix dockerfile

Change-Id: Ic4c0fbac6bbc0f3a910b088d330f518ef2af70cb
This commit is contained in:
Yevgeniy 2017-03-21 14:32:10 +02:00
parent 37e62a4ca7
commit affe32e982
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ ENV OS_FAULTS_CLOUD_DRIVER_ADDRESS=192.168.10.100
ENV OS_FAULTS_CLOUD_DRIVER_USERNAME=root
ENV CONTRAIL_ROLES_DISTRIBUTION_YAML=roles_mk22_qa_lab01.yaml
ENTRYPOINT ["py.test", "-v", "--junit-xml=test_reports/report.xml",
ENTRYPOINT ["py.test", "-v", "--junit-xml=test_reports/report.xml", \
"--html=test_reports/report.html"]