-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Backport ed72e26 (#993) * Refactoring + speeding up tests (#1002) * Replace pulp.pulp_installer with pulp.squeezer to speed upload test ansible-lint takes too much time on pulp.pulp_installer, using pulp.squeezer to get a faster test * Refactor functional tests No-Issue (cherry picked from commit 24f28be) * Allow functional test configuration of URL and PASSWORD (#1026) Issue: AAH-1015 (cherry picked from commit ab38653) * Test Container Repository Tags endpoint (#1032) * Add functional test for Container Repository Tags endpoint Issue: AAH-906 (cherry picked from commit ada466b) * Enable azure test at nightly latest workflow (#1005) * Enable azure test at nightly latest workflow No-Issue (cherry picked from commit 7c6643e) * Add functional tests for manifest lists (#1047) * Add functional tests for AAH-964 Issue: AAH-964 * add cleanups (cherry picked from commit 2a492fb) * Backport e74ea6b (#1069) * Move container test to api dir (#1035) No-Issue (cherry picked from commit 3bc4d42) Co-authored-by: Fabricio Aguiar <[email protected]> Co-authored-by: Bruno Rocha <[email protected]> Co-authored-by: Brian McLaughlin <[email protected]>
- Loading branch information
1 parent
b7b830d
commit a0d7008
Showing
32 changed files
with
601 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ jobs: | |
matrix: | ||
env: | ||
- TEST: pulp | ||
- TEST: azure | ||
- TEST: s3 | ||
|
||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Make functional test URL and PASSWORD customizable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash | ||
pulp-container>=2.8.0,<2.9.0 | ||
pytest | ||
orionutils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.