Skip to content

Commit

Permalink
Merge pull request #154 from damdo/add-openstack-e2e-testing-script
Browse files Browse the repository at this point in the history
NO-JIRA: e2e: add openstack testing script
  • Loading branch information
openshift-merge-bot[bot] committed Dec 22, 2023
2 parents 15283d3 + 76d25da commit be94864
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hack/e2e-openstack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -euo pipefail

echo "Running e2e-openstack.sh"

unset GOFLAGS
tmp="$(mktemp -d)"

git clone --depth=1 "https://github.com/openshift/cluster-api-provider-openstack.git" "$tmp"

exec make -C "$tmp/openshift" e2e

0 comments on commit be94864

Please sign in to comment.