Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy testers #352

Merged
merged 2 commits into from
Dec 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions util/api_tester/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions util/api_tester/README.md

This file was deleted.

303 changes: 0 additions & 303 deletions util/api_tester/api-tester.py

This file was deleted.

5 changes: 2 additions & 3 deletions wrappers/s2i/python/test_fbs/run_test_python2
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

s2i build . seldonio/seldon-core-s2i-python2:0.2 test-wrapper-py2:0.1
s2i build . seldonio/seldon-core-s2i-python2:0.4 test-wrapper-py2:0.1
docker run --name "test_predictor" --rm -d -p 5000:5000 test-wrapper-py2:0.1
sleep 2
python ../../../testing/tester.py contract.json 0.0.0.0 5000 -p --fbs
seldon-core-tester contract.json 0.0.0.0 5000 -p --fbs
docker rm -f test_predictor
5 changes: 2 additions & 3 deletions wrappers/s2i/python/test_fbs/run_test_python3
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

s2i build . seldonio/seldon-core-s2i-python3:0.2 test-wrapper-py3:0.1
s2i build . seldonio/seldon-core-s2i-python3:0.4 test-wrapper-py3:0.1
docker run --name "test_predictor" --rm -d -p 5000:5000 test-wrapper-py3:0.1
sleep 2
python ../../../testing/tester.py contract.json 0.0.0.0 5000 -p --fbs
seldon-core-tester contract.json 0.0.0.0 5000 -p --fbs
docker rm -f test_predictor
24 changes: 0 additions & 24 deletions wrappers/testing/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions wrappers/testing/README.md

This file was deleted.

Empty file removed wrappers/testing/proto/__init__.py
Empty file.
Loading