otalk / webrtc-tester

WebRTC Deployment Testing Toolkit
MIT License
34 stars 8 forks source link

account for ppids and make test-cron.sh non input based #10

Open stongo opened 9 years ago

stongo commented 9 years ago

should andyet.talky.io be in the default test-cron.sh I wonder? wanted to show an alpha example

stongo commented 9 years ago

both functions are still necessary. Only one of those whiles is true on both scenarios here's with some debugging, when test-runner.sh is run the pids are only set, and when test-cron.sh is run only the ppids are set

root@ubuntu:/opt/sbin/webrtc-tester# ./test-runner.sh
--pids
57504
57508
--ppids

root@ubuntu:/opt/sbin/webrtc-tester# ./test-cron.sh
[alert] andyet.talky.io: WEBRTC TEST FAIL
--pids

--ppids
59031
59035
stongo commented 9 years ago

want to test a bit more before being ready to merge

fippo commented 9 years ago

@stongo can this be merged?