Skip to content

Commit

Permalink
Move server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jul 21, 2020
1 parent 2e712bd commit 3c2186e
Show file tree
Hide file tree
Showing 21 changed files with 12,274 additions and 2,086 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
depends_on: [ runner-server ]
user: ${CYBER_DOJO_RUNNER_CLIENT_USER}
container_name: test-runner-client
environment: [ SHOW_TEST_IDS ]
environment: [ CONTEXT=client, SHOW_TEST_IDS ]
ports: [ "${CYBER_DOJO_RUNNER_CLIENT_PORT}:${CYBER_DOJO_RUNNER_CLIENT_PORT}" ]
read_only: true
restart: 'no'
Expand All @@ -29,7 +29,7 @@ services:
depends_on: [ languages-start-points ]
user: ${CYBER_DOJO_RUNNER_SERVER_USER}
container_name: test-runner-server
environment: [ USE_PROMETHEUS=no, SHOW_TEST_IDS ]
environment: [ CONTEXT=server, USE_PROMETHEUS=no, SHOW_TEST_IDS ]
ports: [ "${CYBER_DOJO_RUNNER_PORT}:${CYBER_DOJO_RUNNER_PORT}" ]
read_only: true
restart: 'no'
Expand Down
27 changes: 0 additions & 27 deletions test.old/server/tgz_test.rb

This file was deleted.

2 changes: 1 addition & 1 deletion test/reports/.last_run.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"result": {
"covered_percent": 40.85
"covered_percent": 42.81
}
}
Loading

0 comments on commit 3c2186e

Please sign in to comment.