From 8bf4f1314e69c864dbae5f57aad3127e727e512f Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 7 Mar 2018 15:19:09 +0800 Subject: [PATCH] fix nightly bug for notary case in replication env (#4355) --- tests/resources/Nightly-Util.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/Nightly-Util.robot b/tests/resources/Nightly-Util.robot index f3c0827f2..f65c881b4 100644 --- a/tests/resources/Nightly-Util.robot +++ b/tests/resources/Nightly-Util.robot @@ -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