KASM-6984 script debugging

This commit is contained in:
El 2025-04-17 21:06:09 +05:00
parent 15de8da56b
commit 96f1cfb79a
No known key found for this signature in database
GPG key ID: EB3F4C9EA29CDE59

View file

@ -8,7 +8,7 @@ with description("Benchmarking"):
with after.each:
kill_xvnc()
with it("runs benchmarks"):
run_cmd("wget --no-check-certificate https://kasmweb-build-artifacts.s3.us-east-1.amazonaws.com/kasmvnc/static/127072-737747495_small.mp4 -o /tmp/video.mp4")
run_cmd("wget --no-check-certificate https://kasmweb-build-artifacts.s3.us-east-1.amazonaws.com/kasmvnc/static/127072-737747495_small.mp4 -O /tmp/video.mp4")
completed_process = run_cmd("Xvnc -interface 0.0.0.0 :1 -Benchmark /tmp/video.mp4")
clean_locks()
expect(completed_process.returncode).to(equal(0))