Skip to content

Commit f6e58cb

Browse files
committed
Add scalablity test with fakeIPA
Signed-off-by: Mohammed Boukhalfa <[email protected]>
1 parent 3c3569e commit f6e58cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/ci-e2e.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ source "${REPO_ROOT}/scripts/environment.sh"
2020
# Clone dev-env repo
2121
sudo mkdir -p ${WORKING_DIR}
2222
sudo chown "${USER}":"${USER}" ${WORKING_DIR}
23-
M3_DEV_ENV_REPO="https://github.com/metal3-io/metal3-dev-env.git"
24-
M3_DEV_ENV_BRANCH=main
23+
M3_DEV_ENV_REPO="https://github.com/Nordix/metal3-dev-env.git"
24+
M3_DEV_ENV_BRANCH=Integrate-fakeIPA/mohammed
2525
M3_DEV_ENV_PATH="${M3_DEV_ENV_PATH:-${WORKING_DIR}/metal3-dev-env}"
2626
clone_repo "${M3_DEV_ENV_REPO}" "${M3_DEV_ENV_BRANCH}" "${M3_DEV_ENV_PATH}"
2727

@@ -33,6 +33,8 @@ export NUM_NODES=${NUM_NODES:-"4"}
3333
export KUBERNETES_VERSION=${KUBERNETES_VERSION}
3434
export IMAGE_OS=${IMAGE_OS}
3535
export FORCE_REPO_UPDATE="false"
36+
export VM_PLATFORM="fake"
37+
export FAKE_IPA_I="192.168.111.1:5000/localimages/fake-ipa"
3638
EOF
3739
if [[ ${GINKGO_FOCUS:-} == "features" ]]; then
3840
mkdir -p "$CAPI_CONFIG_FOLDER"

0 commit comments

Comments
 (0)