Skip to content

Commit f5fcc1f

Browse files
Merge pull request #1208 from percona/pbm_e2e_test
PBM_e2e_tests. Return HMAC for tests
2 parents d4677b1 + 90a512f commit f5fcc1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

e2e-tests/cmd/pbm-test/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func run(t *sharded.Cluster, typ testTyp) {
2626
}{
2727
{"AWS", "/etc/pbm/aws.yaml"},
2828
{"GCS", "/etc/pbm/gcs.yaml"},
29+
{"GCS_HMAC", "/etc/pbm/gcs_hmac.yaml"},
2930
{"AWS_MinIO", "/etc/pbm/aws_minio.yaml"},
3031
{"Azure", "/etc/pbm/azure.yaml"},
3132
{"FS", "/etc/pbm/fs.yaml"},

e2e-tests/cmd/pbm-test/run_physical.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ func runPhysical(t *sharded.Cluster, typ testTyp) {
1717
}{
1818
{"AWS", "/etc/pbm/aws.yaml"},
1919
{"GCS", "/etc/pbm/gcs.yaml"},
20+
{"GCS_HMAC", "/etc/pbm/gcs_hmac.yaml"},
2021
{"AWS_MinIO", "/etc/pbm/aws_minio.yaml"},
2122
{"Azure", "/etc/pbm/azure.yaml"},
2223
{"FS", "/etc/pbm/fs.yaml"},

0 commit comments

Comments
 (0)