Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
update local-docker-image and rename scripts (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jblefkove-va authored Mar 23, 2022
1 parent 704f543 commit 77ca8f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions patient-generated-data-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# patient-generated-data-tests

Integration tests.
Integration tests docker image.
Tests are executed during the standard build.
For additional debugging:

## Interactive local system

Use `maven-start-processes` to launch the application in standalone mode for integration testing.
- Use `start-processes-for-integration-tests.sh` to launch the application, as configured for local integration testing
- Use `local-docker-image.sh` to build and run the integration test docker image
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ run() {
docker run \
--rm \
--network="host" \
-e CLIENT_KEY=pteracuda \
-e K8S_ENVIRONMENT=${ENV:-local} \
-e K8S_LOAD_BALANCER=${LB:-localhost:8095} \
-e MAGIC_ACCESS_TOKEN=nope \
-e K8S_LOAD_BALANCER=${LB:-local} \
-e MAGIC_ACCESS_TOKEN=pterastatic \
-e SENTINEL_URL="http://host.docker.internal" \
vasdvp/health-apis-patient-generated-data-tests:latest $@
}

Expand Down
File renamed without changes.

0 comments on commit 77ca8f2

Please sign in to comment.