Skip to content

Commit

Permalink
tests/kola/ignition: add tests for s3:// versioned resource fetch
Browse files Browse the repository at this point in the history
We were testing versioned resource fetch via HTTPS but not via s3://.
  • Loading branch information
bgilbert committed May 6, 2022
1 parent adca3f7 commit 39283de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/kola/ignition/resource/remote/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ storage:
- path: /var/resource/s3-anon
contents:
source: "s3://rh-kola-fixtures/resources/anonymous"
- path: /var/resource/s3-versioned-original
contents:
source: "s3://rh-kola-fixtures/resources/versioned?versionId=Ym98GTx0npVaJznSAd0I1eUjFoZMP8Zo"
- path: /var/resource/s3-versioned-latest
contents:
source: "s3://rh-kola-fixtures/resources/versioned"
- path: /var/resource/s3-versioned-https-original
contents:
source: "https://rh-kola-fixtures.s3.amazonaws.com/resources/versioned?versionId=Ym98GTx0npVaJznSAd0I1eUjFoZMP8Zo"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
updated
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
original

0 comments on commit 39283de

Please sign in to comment.