Skip to content

Commit

Permalink
remove extraneous references to PDO_HOSTNAME from test.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Jan 30, 2024
1 parent dc8139c commit 21e929e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,27 @@
# ------------------------------------------------------------------------------
version: "3.4"

# Note that we do not need to specify PDO_HOSTNAME or PDO_LEDGER_URL
# (or the corresponding --inteface or --ledger switches) for the test
# scripts because they are hard coded in run_*_tests.sh for each of the
# containers.

services:
ccf_container:
environment:
- PDO_VERSION=${PDO_VERSION}
- PDO_HOSTNAME=localhost
entrypoint: /project/pdo/tools/run_ccf_tests.sh

services_container:
environment:
- PDO_VERSION=${PDO_VERSION}
- PDO_HOSTNAME=localhost
- PDO_LOG_LEVEL=${PDO_LOG_LEVEL:-info}
- PDO_DEBUG_BUILD=${PDO_DEBUG_BUILD:-0}
entrypoint: /project/pdo/tools/run_services_tests.sh

client_container:
environment:
- PDO_VERSION=${PDO_VERSION}
- PDO_HOSTNAME=localhost
- PDO_LOG_LEVEL=${PDO_LOG_LEVEL:-info}
- PDO_DEBUG_BUILD=${PDO_DEBUG_BUILD:-0}
entrypoint: /project/pdo/tools/run_client_tests.sh

0 comments on commit 21e929e

Please sign in to comment.