Dump log of shutting down harbor in CI

This commit is contained in:
wangyan 2018-05-02 08:42:42 -07:00
parent 30152b19c1
commit 9715743b37

View File

@ -51,6 +51,7 @@ Down Harbor
[Arguments] ${with_notary}=true ${with_clair}=true
${rc} ${output}= Run And Return Rc And Output echo "Y" | make down -e NOTARYFLAG=${with_notary} CLAIRFLAG=${with_clair}
Log ${rc}
Log ${output}
Should Be Equal As Integers ${rc} 0
Package Harbor Offline