luci / luci-py

LUCI in python
Apache License 2.0
80 stars 36 forks source link

Write remote_smoke_test.py to automate swarming server testing #186

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Use the same test cases than local_smoke_test.py but run against a remote 
server. This means refactoring local_smoke_test.py to extract the test cases 
from the local server management code.

This tests the following cases:
- Task success
- Task failure
- I/O timeout
- hard timeout
- Invalid command
- Second task success

Original issue reported on code.google.com by maruel@chromium.org on 4 Dec 2014 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 8 Dec 2014 at 7:55