Skip to content

Commit

Permalink
Normalize title of test external_ca in prci-definition
Browse files Browse the repository at this point in the history
Use a consistent way to label the tests. As a result, replace external_ca_1 with test_external_ca_TestExternalCA and external_ca_2 with test_external_ca_TestSelfExternalSelf to better reflect which subtest is executed.
Issue : freeipa/freeipa-pr-ci#336

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
  • Loading branch information
Gauravtalreja1 committed Jan 30, 2020
1 parent 8e71605 commit 300ed05
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
timeout: 3600
topology: *master_1repl

fedora-latest/external_ca_1:
fedora-latest/test_external_ca_TestExternalCA:
requires: [fedora-latest/build]
priority: 100
job:
Expand All @@ -83,7 +83,7 @@ jobs:
timeout: 4800
topology: *master_1repl_1client

fedora-latest/external_ca_2:
fedora-latest/test_external_ca_TestSelfExternalSelf:
requires: [fedora-latest/build]
priority: 100
job:
Expand Down
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/nightly_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
timeout: 3600
topology: *master_1repl

fedora-latest/external_ca_1:
fedora-latest/test_external_ca_TestExternalCA:
requires: [fedora-latest/build]
priority: 50
job:
Expand All @@ -75,7 +75,7 @@ jobs:
timeout: 4800
topology: *master_1repl_1client

fedora-latest/external_ca_2:
fedora-latest/test_external_ca_TestSelfExternalSelf:
requires: [fedora-latest/build]
priority: 50
job:
Expand Down
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/nightly_latest_pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
timeout: 3600
topology: *master_1repl

pki-fedora/external_ca_1:
pki-fedora/test_external_ca_TestExternalCA:
requires: [pki-fedora/build]
priority: 50
job:
Expand All @@ -65,7 +65,7 @@ jobs:
timeout: 4800
topology: *master_1repl_1client

pki-fedora/external_ca_2:
pki-fedora/test_external_ca_TestSelfExternalSelf:
requires: [pki-fedora/build]
priority: 50
job:
Expand Down
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/nightly_latest_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout: 3600
topology: *master_1repl

testing-fedora/external_ca_1:
testing-fedora/test_external_ca_TestExternalCA:
requires: [testing-fedora/build]
priority: 50
job:
Expand All @@ -77,7 +77,7 @@ jobs:
timeout: 4800
topology: *master_1repl_1client

testing-fedora/external_ca_2:
testing-fedora/test_external_ca_TestSelfExternalSelf:
requires: [testing-fedora/build]
priority: 50
job:
Expand Down
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/nightly_previous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
timeout: 3600
topology: *master_1repl

fedora-previous/external_ca_1:
fedora-previous/test_external_ca_TestExternalCA:
requires: [fedora-previous/build]
priority: 50
job:
Expand All @@ -75,7 +75,7 @@ jobs:
timeout: 4800
topology: *master_1repl_1client

fedora-previous/external_ca_2:
fedora-previous/test_external_ca_TestSelfExternalSelf:
requires: [fedora-previous/build]
priority: 50
job:
Expand Down
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/nightly_rawhide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout: 3600
topology: *master_1repl

fedora-rawhide/external_ca_1:
fedora-rawhide/test_external_ca_TestExternalCA:
requires: [fedora-rawhide/build]
priority: 50
job:
Expand All @@ -77,7 +77,7 @@ jobs:
timeout: 4800
topology: *master_1repl_1client

fedora-rawhide/external_ca_2:
fedora-rawhide/test_external_ca_TestSelfExternalSelf:
requires: [fedora-rawhide/build]
priority: 50
job:
Expand Down

0 comments on commit 300ed05

Please sign in to comment.