fix nightly bug for notary case in replication env (#4355)

This commit is contained in:
Yan 2018-03-07 15:19:09 +08:00 committed by GitHub
parent dda4289aaf
commit 8bf4f1314e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Nightly Test Setup
[Arguments] ${ip} ${SSH_PWD} ${HARBOR_PASSWORD} ${ip1}==${EMPTY}
Run Keyword CA setup ${ip} ${SSH_PWD} ${HARBOR_PASSWORD}
Run Keyword Prepare Docker Cert ${ip}
Run Keyword And Ignore Error Run rm harbor_ca.crt
Run Keyword If '${ip1}' != '${EMPTY}' Run rm harbor_ca.crt
Run Keyword If '${ip1}' != '${EMPTY}' CA setup ${ip1} ${SSH_PWD} ${HARBOR_PASSWORD}
Run Keyword If '${ip1}' != '${EMPTY}' Prepare Docker Cert ${ip1}
Run Keyword Start Docker Daemon Locally