Skip to content

Commit

Permalink
Merge branch 'add-timescaledb-tests' of https://github.com/bonicim/vo…
Browse files Browse the repository at this point in the history
…lttron into bonicim-add-timescaledb-tests
  • Loading branch information
craig8 committed Sep 26, 2020
2 parents 85e8e82 + c30598b commit 081242f
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci-integration/run-test-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ run_test(){
docker run -e "IGNORE_ENV_CHECK=1" -e "CI=$CI" --name "$base_filename" \
-t --network="host" -v /var/run/docker.sock:/var/run/docker.sock volttron_test_image \
pytest "$filename" > "$base_filename.result.txt" 2>&1 &

runningprocs+=($!)
outputfiles+=("$base_filename.result.txt")
containernames+=("$base_filename")
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ markers =
secure: Test platform and agents with secure platform options
rpc: Tests for RPC
mysqlfuncts: level one integration tests for mysqlfuncts
postgresqlfuncts_timescaledb: level one integreation tests for timescaledb
postgresqlfuncts: level one integration tests for postgresqlfuncts
dbutils: test all the level one integrations tests for dbfuncts classes
Loading

0 comments on commit 081242f

Please sign in to comment.