From a2ee316a308d45bba976ebba4b20092db40b212c Mon Sep 17 00:00:00 2001 From: myufei Date: Wed, 15 Mar 2017 18:20:47 +0800 Subject: [PATCH] add test cases --- ....md => 7-01-Proj-replication-rules-add.md} | 0 .../7-02-DB-replication-delete-operation.md | 24 ------------------- .../7-03-DB-user-offline-operation.md | 24 ------------------- .../7-04-DB-user-network-error.md | 24 ------------------- 4 files changed, 72 deletions(-) rename tests/testcases/Group7-Replication/{7-01-DB-user-registration.md => 7-01-Proj-replication-rules-add.md} (100%) delete mode 100644 tests/testcases/Group7-Replication/7-02-DB-replication-delete-operation.md delete mode 100644 tests/testcases/Group7-Replication/7-03-DB-user-offline-operation.md delete mode 100644 tests/testcases/Group7-Replication/7-04-DB-user-network-error.md diff --git a/tests/testcases/Group7-Replication/7-01-DB-user-registration.md b/tests/testcases/Group7-Replication/7-01-Proj-replication-rules-add.md similarity index 100% rename from tests/testcases/Group7-Replication/7-01-DB-user-registration.md rename to tests/testcases/Group7-Replication/7-01-Proj-replication-rules-add.md diff --git a/tests/testcases/Group7-Replication/7-02-DB-replication-delete-operation.md b/tests/testcases/Group7-Replication/7-02-DB-replication-delete-operation.md deleted file mode 100644 index aaf442e71..000000000 --- a/tests/testcases/Group7-Replication/7-02-DB-replication-delete-operation.md +++ /dev/null @@ -1,24 +0,0 @@ -Test 7-02 - Replication delete operation -======= - -# Purpose: - -To verify that a delete operation can be synced. - -# References: -User guide - -# Environment: -* This test requires that a Harbor instance is running and available. -* A linux host with Docker CLI installed (Docker client). - -# Test Steps: - -TBD - -# Expected Outcome: - -TBD - -# Possible Problems: -None diff --git a/tests/testcases/Group7-Replication/7-03-DB-user-offline-operation.md b/tests/testcases/Group7-Replication/7-03-DB-user-offline-operation.md deleted file mode 100644 index a4ee34af8..000000000 --- a/tests/testcases/Group7-Replication/7-03-DB-user-offline-operation.md +++ /dev/null @@ -1,24 +0,0 @@ -Test 7-03 - Create Replication Policy -======= - -# Purpose: - -To verify that operations can be synced when a stopped rule is enabled. - -# References: -User guide - -# Environment: -* This test requires that a Harbor instance is running and available. -* A linux host with Docker CLI installed (Docker client). - -# Test Steps: - -TBD - -# Expected Outcome: - -TBD - -# Possible Problems: -None diff --git a/tests/testcases/Group7-Replication/7-04-DB-user-network-error.md b/tests/testcases/Group7-Replication/7-04-DB-user-network-error.md deleted file mode 100644 index 5cc3bef2d..000000000 --- a/tests/testcases/Group7-Replication/7-04-DB-user-network-error.md +++ /dev/null @@ -1,24 +0,0 @@ -Test 7-04 - Create Replication Policy -======= - -# Purpose: - -To verify that operations can be resynced when meet a network fail. - -# References: -User guide - -# Environment: -* This test requires that a Harbor instance is running and available. -* A linux host with Docker CLI installed (Docker client). - -# Test Steps: - -TBD - -# Expected Outcome: - -TBD - -# Possible Problems: -None