Skip to content

Commit

Permalink
Changes for OpenSearch end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 4, 2024
1 parent 7b22401 commit 64c0701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jenkins/run_end_to_end_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ COMMAND="./tests/end-to-end.py --config /config/${CONFIGURATION_NAME}.ini --refe

if test ${CONFIGURATION_NAME} = "output_opensearch";
then
DOCKER_NETWORK="--network opensearch-network";
DOCKER_NETWORK="--network=opensearch-network";

elif test ${CONFIGURATION_NAME} = "studentpc1-redis";
then
DOCKER_NETWORK="--network redis-network";
DOCKER_NETWORK="--network=redis-network";
fi

docker run --name=plaso ${DOCKER_NETWORK} -v "${CONFIGURATION_DIRECTORY}:/config:z" -v "${RESULTS_DIRECTORY}:/home/test/plaso/plaso-out:z" -v "${SOURCES_DIRECTORY}:/sources:z" log2timeline/plaso /bin/bash -c "${COMMAND}"

0 comments on commit 64c0701

Please sign in to comment.