From 13af86dd85dd00c987aa1c0768ba59d35f4635f7 Mon Sep 17 00:00:00 2001 From: "Danfeng Liu (c)" Date: Fri, 6 Sep 2019 17:26:47 +0800 Subject: [PATCH] Replace image from tomcat to alpine for small size, then it will not take a long time for replication. Signed-off-by: Danfeng Liu (c) --- tests/robot-cases/Group1-Nightly/Replication.robot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/robot-cases/Group1-Nightly/Replication.robot b/tests/robot-cases/Group1-Nightly/Replication.robot index 997456ec6f..d6d75bf5d9 100644 --- a/tests/robot-cases/Group1-Nightly/Replication.robot +++ b/tests/robot-cases/Group1-Nightly/Replication.robot @@ -262,14 +262,15 @@ Test Case - Replication Of Pull Images from AWS-ECR To Self Switch To Replication Manage Create A Rule With Existing Endpoint rule${d} pull a/* image e${d} project${d} Select Rule And Replicate rule${d} - Sleep 30 + Sleep 60 Go Into Project project${d} Switch To Project Repo - #In AWS-ECR, under repository a, there're only several images: httpd,tomcat. + #In AWS-ECR, under repository a, there're only several images: httpd,alpine,hello-world. Retry Wait Until Page Contains project${d}/httpd Go Into Project project${d} Switch To Project Repo - Retry Wait Until Page Contains project${d}/tomcat + Retry Wait Until Page Contains project${d}/alpine + Retry Wait Until Page Contains project${d}/hello-world Close Browser Test Case - Replication Of Pull Images from Google-GCR To Self