diff -r e5af45d51884 -r 31fccae4f8a7 uiaccelerator_plat/alf_extended_visual_api/tsrc/group/sis/testserver.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiaccelerator_plat/alf_extended_visual_api/tsrc/group/sis/testserver.py Wed Sep 01 12:16:53 2010 +0100 @@ -0,0 +1,111 @@ +# +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: +# +# server for coverage testing +# +# Usage: +# - start CodeTest Manager +# - start the command shell from CodeTest: File|CmdShell... +# - if this script file (testserver.py) is located for ex. in Z:\projects\uiaccelerator\uiaccelerator\uiacceltk\hitchcock\internal\tsrc\Test\Group +# start the ctserver by giving a command in CodeTest command shell: +# execfile('Z:/projects/uiaccelerator/uiaccelerator/uiacceltk/hitchcock/internal/tsrc/Test/Group/testserver.py') +# - the ctserver should now print: +# Server Initialised... +# Listening... +# ctserver is communicating to the CodeTEST host on port 3020 +# ready. +# +# - open a windows command window in in Z:\projects\uiaccelerator\uiaccelerator\uiacceltk\hitchcock\internal\tsrc\Test\Group +# - start the client by running client.py in the windows command window +# +# Client usage: +#