From 3f17cd5615856f7e4ff33b2265f30cecbce7dd9e Mon Sep 17 00:00:00 2001 From: danfengliu Date: Tue, 16 Jun 2020 10:18:13 +0800 Subject: [PATCH] Add harbor version verification case Signed-off-by: danfengliu --- tests/robot-cases/Group1-Nightly/Setup.robot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/robot-cases/Group1-Nightly/Setup.robot b/tests/robot-cases/Group1-Nightly/Setup.robot index f1fdfb087..1e8a22e2c 100644 --- a/tests/robot-cases/Group1-Nightly/Setup.robot +++ b/tests/robot-cases/Group1-Nightly/Setup.robot @@ -20,4 +20,8 @@ Default Tags Nightly *** Test Cases *** Test Suites Setup Nightly Test Setup ${ip} ${HARBOR_PASSWORD} ${ip1} - Setup API Test \ No newline at end of file + Setup API Test + +Test Case - Get Harbor Version +#Just get harbor version and log it + Get Harbor Version \ No newline at end of file