Francois Gouget : testbot/VMs: Use a TestAgent tool instead of VMware to run scripts on or copy files from /to the VMs.

Alexandre Julliard julliard at winehq.org
Thu Oct 18 14:00:10 CDT 2012


Module: tools
Branch: master
Commit: ff92857532c2623b1c5dd89afb2a8d0043764508
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=ff92857532c2623b1c5dd89afb2a8d0043764508

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Oct 18 15:34:36 2012 +0200

testbot/VMs: Use a TestAgent tool instead of VMware to run scripts on or copy files from/to the VMs.

---

 testbot/bin/WineRunBuild.pl                    |    2 +-
 testbot/bin/WineRunReconfig.pl                 |    2 +-
 testbot/bin/WineRunTask.pl                     |    2 +-
 testbot/bin/build/Reconfig.pl                  |   33 ++
 testbot/ddl/winetestbot.sql                    |    1 +
 testbot/doc/INSTALL.txt                        |   14 +-
 testbot/doc/winetestbot-schema.dia             |   24 +-
 testbot/lib/WineTestBot/Config.pm              |   10 +-
 testbot/lib/WineTestBot/ConfigLocalTemplate.pl |    3 +
 testbot/lib/WineTestBot/TestAgent.pm           |  250 ++++++++++
 testbot/lib/WineTestBot/VMs.pm                 |  109 +----
 testbot/src/testagentd/.gitignore              |    4 +
 testbot/src/testagentd/Makefile                |   40 ++
 testbot/src/testagentd/platform.h              |   85 ++++
 testbot/src/testagentd/platform_unix.c         |  203 ++++++++
 testbot/src/testagentd/platform_windows.c      |  267 ++++++++++
 testbot/src/testagentd/testagentd.c            |  626 ++++++++++++++++++++++++
 17 files changed, 1574 insertions(+), 101 deletions(-)

Diff:   http://source.winehq.org/git/tools.git/?a=commitdiff;h=ff92857532c2623b1c5dd89afb2a8d0043764508



More information about the wine-cvs mailing list