mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 21:21:56 +02:00
KASM-6984 Add additional tools and scripts to Dockerfile for dev setup
This commit is contained in:
parent
360b75e8e6
commit
15de8da56b
@ -104,3 +104,4 @@ def kill_xvnc():
|
|||||||
|
|
||||||
run_cmd('vncserver -kill :1', print_stderr=False)
|
run_cmd('vncserver -kill :1', print_stderr=False)
|
||||||
running_xvnc = False
|
running_xvnc = False
|
||||||
|
clean_locks()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from mamba import description, context, it, fit, before, after
|
from mamba import description, context, it, fit, before, after
|
||||||
from expects import expect, equal, contain, match
|
from expects import expect, equal, contain, match
|
||||||
from helper.spec_helper import run_cmd, clean_env, kill_xvnc
|
from helper.spec_helper import run_cmd, clean_env, kill_xvnc, clean_locks
|
||||||
|
|
||||||
with description("Benchmarking"):
|
with description("Benchmarking"):
|
||||||
with before.each:
|
with before.each:
|
||||||
@ -9,4 +9,5 @@ with description("Benchmarking"):
|
|||||||
kill_xvnc()
|
kill_xvnc()
|
||||||
with it("runs benchmarks"):
|
with it("runs benchmarks"):
|
||||||
completed_process = run_cmd("Xvnc -interface 0.0.0.0 :1 -selfBench")
|
completed_process = run_cmd("Xvnc -interface 0.0.0.0 :1 -selfBench")
|
||||||
|
clean_locks()
|
||||||
expect(completed_process.returncode).to(equal(0))
|
expect(completed_process.returncode).to(equal(0))
|
Loading…
x
Reference in New Issue
Block a user