From ae6651e6247da99322a5a371d20aa1323e11a207 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 31 Dec 2023 01:46:44 +0530 Subject: [PATCH] fix: rm stray command --- .woodpecker.yml | 3 +-- tests/mcaptcha.py | 1 - tests/result.py | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4f66e7..d016b3e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,13 +14,12 @@ steps: image: python commands: - pip install -r requirements.txt - - nohup ./target/debug/main - nohup ./target/debug/main --id 1 --http-addr 127.0.0.1:9001 --introducer-addr 127.0.0.1:9001 --introducer-id 1 --cluster-size 3 & - sleep 1 - nohup ./target/debug/main --id 2 --http-addr 127.0.0.1:9002 --introducer-addr 127.0.0.1:9001 --introducer-id 1 --cluster-size 3 & - sleep 1 - nohup ./target/debug/main --id 3 --http-addr 127.0.0.1:9003 --introducer-addr 127.0.0.1:9001 --introducer-id 1 --cluster-size 3 & - - python tests/tests.py + - python tests/test.py build_docker_img: image: plugins/docker diff --git a/tests/mcaptcha.py b/tests/mcaptcha.py index 63ad51a..f1ee5bb 100644 --- a/tests/mcaptcha.py +++ b/tests/mcaptcha.py @@ -17,7 +17,6 @@ import json -import utils from dcache import ( grpc_add_captcha, grpc_add_vote, diff --git a/tests/result.py b/tests/result.py index 9ec58be..af90703 100644 --- a/tests/result.py +++ b/tests/result.py @@ -17,7 +17,6 @@ from asyncio import sleep import json -import utils from dcache import grpc_add_challenge, grpc_get_challenge, grpc_delete_challenge # 1. Check duplicate result