Skip to content

Commit

Permalink
ci: remove legacy_cspvoting test
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed May 29, 2023
1 parent 905732b commit ba74644
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dockerfiles/testsuite/start_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
# bash start_test.sh [testname] [testname] [...]
# (if no argument is passed, run all tests)
# legacy_cspvoting: run (rpc_client) csp vote test
# e2etest_plaintextelection_empty: run poll vote test, with no votes
# e2etest_plaintextelection: run poll vote test
# e2etest_encryptedelection: run encrypted vote test
Expand Down Expand Up @@ -45,7 +44,6 @@ log() { echo $(date --rfc-3339=s) "$@" ; }
### newtest() { whatever ; }

tests_to_run=(
"legacy_cspvoting"
"e2etest_plaintextelection_empty"
"e2etest_plaintextelection"
"e2etest_encryptedelection"
Expand Down Expand Up @@ -73,16 +71,6 @@ tests_to_run=(
# if any arg is passed, treat them as the tests to run, overriding the default list
[ $# != 0 ] && tests_to_run=($@)

legacy_cspvoting() {
$COMPOSE_CMD_RUN --name ${TEST_PREFIX}_${FUNCNAME[0]}_${RANDOMID} test timeout 300 \
./vochaintest --gwHost $GWHOST \
--logLevel=$LOGLEVEL \
--operation=cspvoting \
--treasurerKey=$TREASURER_KEY \
--electionSize=$ELECTION_SIZE \
--accountKeys=$(echo $ACCOUNT_KEYS | awk '{print $3}')
}

e2etest() {
op=$1
shift
Expand Down

0 comments on commit ba74644

Please sign in to comment.