mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-6984 script debugging
This commit is contained in:
parent
15de8da56b
commit
96f1cfb79a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue