Skip to content

Commit e4628a9

Browse files
Merge pull request #822 from stevekuznetsov/skuznets/futurize-ci-operator-config-mirror-tests
tests: migrate ci-operator-config-mirror suite
2 parents baae84a + c1b3a5f commit e4628a9

18 files changed

+1
-31
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ integration:
146146
test/ci-operator-integration/base/run.sh
147147
test/secret-wrapper-integration.sh
148148
test/group-auto-updater-integration/run.sh
149-
test/ci-operator-config-mirror-integration/run.sh
150149
test/testgrid-config-generator/run.sh
151150
test/pj-rehearse-integration/run.sh
152151
test/cvp-trigger-integration/run.sh

test/ci-operator-config-mirror-integration/run.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

test/integration/ci-operator-config-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source "$(dirname "${BASH_SOURCE}")/../../hack/lib/init.sh"
33
trap os::test::junit::reconcile_output EXIT
44

5-
suite_dir="${OS_ROOT}/test/ci-operator-config-mirror-integration/data/"
5+
suite_dir="${OS_ROOT}/test/integration/ci-operator-config-mirror/"
66
cp -r "${suite_dir}/input" "${BASETMPDIR}"
77
actual="${BASETMPDIR}/input"
88
expected="${suite_dir}/output"

0 commit comments

Comments
 (0)