Skip to content

Commit

Permalink
change sample refs from prmamp to podman-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo committed Jun 1, 2023
1 parent 0ff220b commit c755094
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@ The container is based on [deliverest](https://github.com/adrianriobo/deliverest

```bash
PODMAN_VERSION=4.4.4
podman run --rm -it --name prmamp-e2e \
podman run --rm -it --name podman-backend-e2e \
-e TARGET_HOST=$(cat host) \
-e TARGET_HOST_USERNAME=$(cat username) \
-e TARGET_HOST_KEY_PATH=/data/id_rsa \
-e TARGET_FOLDER=prmamp-e2e \
-e TARGET_RESULTS=prmamp-e2e-results.xml \
-e TARGET_FOLDER=podman-backend-e2e \
-e TARGET_RESULTS=podman-backend-e2e-results.xml \
-e OUTPUT_FOLDER=/data \
-v $PWD:/data:z \
quay.io/rhqp/podman-backend-e2e:v${PODMAN_VERSION}-windows-amd64 \
prmamp-e2e/run.ps1 -podmanVersion "${PODMAN_VERSION}" \
-targetFolder prmamp-e2e \
podman-backend-e2e/run.ps1 -podmanVersion "${PODMAN_VERSION}" \
-targetFolder podman-backend-e2e \
-backend crc \
-junitResultsFilename prmamp-e2e-results.xml
-junitResultsFilename podman-backend-e2e-results.xml
```

### darwin arm64

```bash
PODMAN_VERSION=4.4.4
podman run -d --name prmamp-e2e-darwin-m1 \
podman run -d --name podman-backend-e2e-darwin-m1 \
-e TARGET_HOST=$(cat host) \
-e TARGET_HOST_USERNAME=$(cat username) \
-e TARGET_HOST_KEY_PATH=/data/id_rsa \
-e TARGET_FOLDER=prmamp-e2e \
-e TARGET_RESULTS=prmamp-e2e-results.xml \
-e TARGET_FOLDER=podman-backend-e2e \
-e TARGET_RESULTS=podman-backend-e2e-results.xml \
-e OUTPUT_FOLDER=/data \
-e DEBUG=true \
-v $PWD:/data:z \
quay.io/rhqp/podman-backend-e2e:v${PODMAN_VERSION}-darwin-arm64 \
PODMAN_VERSION="${PODMAN_VERSION}" \
TARGET_FOLDER=prmamp-e2e \
TARGET_FOLDER=podman-backend-e2e \
BACKEND=podman-machine \
JUNIT_RESULTS_FILENAME=prmamp-e2e-results.xml \
JUNIT_RESULTS_FILENAME=podman-backend-e2e-results.xml \
ARCH=arm64 \
prmamp-e2e/run.sh
podman-backend-e2e/run.sh
```

0 comments on commit c755094

Please sign in to comment.