diff --git a/test/README.md b/test/README.md index d1e7e081b4..bd6731b881 100644 --- a/test/README.md +++ b/test/README.md @@ -1,18 +1,8 @@ # TorchServe Regression Tests -This folder contains nightly regression tests executed against TorchServe master.These tests use [POSTMAN](https://www.postman.com/downloads/) for exercising all the Management & Inference APIs. - -### Latest Test Run Status - -* CPU : ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiS1QvY3lIUEdUb3hZVWNnbmJ2SEZCdExRNmNkNW9EVk1ZaFNldEk4Q0h3TU1qemwzQ29GNW0xMGFhZkxpOFpiMjUrZVVRVDUrSkh2ZDhBeFprdW5iNjRRPSIsIml2UGFyYW1ldGVyU3BlYyI6IjlvcjRqSTNMTmNhcExZbUwiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) -* GPU : ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiazI0eDNKZElyMjZDU1QweThPV1A2UmlXaVFmM3g4N0M0NGQ0aHdTQ09aR2pkNFJRUmNsd1A4aFk0K1Q3MmJKMG9oR1c0aHpYWlVRbWlGYS9mVmdIUW84PSIsIml2UGFyYW1ldGVyU3BlYyI6IjJxenJYam1lYXNZTFVvMjQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) -* Windows : ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiWVdOV3RLSU1qZ1pEL3A4b0VoSHlWVmd2T0RWOHF3SGF5T292ZkxJdkk4SmRsQnFTL2k3Z2IwZzU3VnUyV2tqWWNBMVdmb0R5dU4xVzlUaXhLWVlkbjNFPSIsIml2UGFyYW1ldGVyU3BlYyI6Inl1a3NiWDVwYzdXLzhvTVEiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) - -Latest Test Logs : [CPU](https://torchserve-regression-test.s3.amazonaws.com/public/latest/test_exec.log) / [GPU](https://torchserve-regression-test-gpu.s3.amazonaws.com/public/latest/test_exec.log) / [Windows](https://torchserve-regression-test-win.s3.amazonaws.com/public/latest/test_exec.log) - -Test Logs By Date - **Update Date in URL PATH of these links** : [CPU](https://torchserve-regression-test.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-12-11/tmp/test_exec.log) / [GPU](https://torchserve-regression-test-gpu.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-12-11/tmp/test_exec.log) / [Windows](https://torchserve-regression-test-win.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-12-11/test_exec.log) - -For example update 2020-05-20 in https://torchserve-regression-test.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-05-20/tmp/test_exec.log with current date. +This folder contains nightly regression tests executed against TorchServe master.These tests include +* [POSTMAN](https://www.postman.com/downloads/) for exercising all the Management & Inference APIs +* [pytest](https://docs.pytest.org/) to run backend worker regression tests ### Running the test manually.