Re: [Spice-devel] [PATCH xspice 2/2] xspice: add tests for audio remoting

2013-10-21 Thread Uri Lublin
Hi Alon, On 10/20/2013 04:34 PM, Alon Levy wrote: Signed-off-by: Alon Levy diff --git a/tests/xspice_audio_test.py b/tests/xspice_audio_test.py +def main(): +port = 8000 +xspice = launch_xspice(port) +sleep(2) +client = launch_client(port) +sleep(1) +produce_audio(xspic

[Spice-devel] [PATCH xspice 2/2] xspice: add tests for audio remoting

2013-10-20 Thread Alon Levy
Signed-off-by: Alon Levy --- tests/xspice_audio_test.py| 19 +++ tests/xspice_audio_test_helper.py | 19 +++ tests/xspice_util.py | 69 +++ 3 files changed, 107 insertions(+) create mode 100755 tests/xspice_audio_test.py c