Re: Wine automated testing update

2012-08-06 Thread Julius Schwartzenberg
Francois Gouget wrote: > On Thu, 21 Jun 2012, Julius Schwartzenberg wrote: > [...] >> Maybe freeSSHd and/or freeFTPd are useful: >> http://www.freesshd.com/ >> >> At least the webpage claims it runs on Windows NT4 and higher. Logging >> in over SSH just gives a cmd.com command shell as far as I rem

Re: Wine automated testing update

2012-07-15 Thread Saulius Krasuckas
* On Thu, 21 Jun 2012, Francois Gouget wrote: > > --- Host / VM communication > > One piece that's missing is the ability to copy files from/to a VM and > to run specific commands in a VM. ... > * There's Cygwin's OpenSSH server which would give us what we need >through scp and ssh. Cygwi

Re: Wine automated testing update

2012-07-13 Thread Francois Gouget
On Thu, 21 Jun 2012, Julius Schwartzenberg wrote: [...] > Maybe freeSSHd and/or freeFTPd are useful: > http://www.freesshd.com/ > > At least the webpage claims it runs on Windows NT4 and higher. Logging > in over SSH just gives a cmd.com command shell as far as I remember, so > this should allow f

Re: Wine automated testing update

2012-07-12 Thread Francois Gouget
I have pushed my libvirt development branch to GitHub so you can see what's brewing: https://github.com/fgouget/winetestbot/commits/libvirt or git://github.com/fgouget/winetestbot.git Note that I still rebase the libvirt branch regularly as I realize my mistakes or want to reorganize th

Re: Wine automated testing update

2012-06-21 Thread André Hentschel
Am 21.06.2012 16:21, schrieb Francois Gouget: > On Wed, 1 Feb 2012, Jeremy White wrote: > [...] >> However, Alexandre has persuaded me that we should first explore >> integrating the dotest.sh functionality into the existing WineTestBot, >> as that would allow us to have a very simple clean web pag

Re: Wine automated testing update

2012-06-21 Thread Michael Stefaniuc
Francois, On 06/21/2012 04:21 PM, Francois Gouget wrote: > --- Network trouble > > I'm having trouble getting the network to work fine in the QEmu VMs. > > Eventually I discovered that if I bridged to eth0 then it's just the > communication between the host and the VM that does not work. >

Re: Wine automated testing update

2012-06-21 Thread Julius Schwartzenberg
Francois Gouget wrote: > All replacements involve installing some application in the Windows VM. > So given that we want to run Winetest too I have the following > requirements: > * The application should run on everything from Windows 8 down to NT4. > * It should not bring in dependencies that

Re: Wine automated testing update

2012-06-21 Thread Francois Gouget
On Wed, 1 Feb 2012, Jeremy White wrote: [...] > However, Alexandre has persuaded me that we should first explore > integrating the dotest.sh functionality into the existing WineTestBot, > as that would allow us to have a very simple clean web page, and would > also allow us to integrate most cleanl

Re: Wine automated testing update

2012-02-03 Thread Charles Davis
On Feb 3, 2012, at 10:13 AM, Jeremy White wrote: > On 02/03/2012 10:47 AM, Dan Kegel wrote: >> Jeremy wrote: >>> the VMWare folks are not willing to provide a permanent license for VMWare >>> to us. >>> >>> So, we've shifted gears, and are exploring whether something like qemu + >>> kvm would b

Re: Wine automated testing update

2012-02-03 Thread Erich E. Hoover
On Wed, Feb 1, 2012 at 1:11 PM, Jeremy White wrote: > Hi Folks, > > At the last Wine conference, I volunteered to find a home for the > WineTestBot that Ge's brother has been hosting, and to take over the > Buildbot that Dan and Austin have been so diligently maintaining. > ... Is there any chanc

Re: Wine automated testing update

2012-02-03 Thread Jeremy White
On 02/03/2012 10:47 AM, Dan Kegel wrote: > Jeremy wrote: >> the VMWare folks are not willing to provide a permanent license for VMWare >> to us. >> >> So, we've shifted gears, and are exploring whether something like qemu + >> kvm would be a sufficient alternate. > > What's the plan for automated

re: Wine automated testing update

2012-02-03 Thread Dan Kegel
Jeremy wrote: > the VMWare folks are not willing to provide a permanent license for VMWare to > us. > > So, we've shifted gears, and are exploring whether something like qemu + > kvm would be a sufficient alternate. What's the plan for automated MacOSX testing? I hear 10.7 supports running in a

Re: Wine automated testing update

2012-02-02 Thread John Klehm
For what it's worth VirtualBox has always treated me well virtualizing XP on Win7 and Ubuntu 11.10 as well. --John On Wed, Feb 1, 2012 at 11:27 PM, Lei Zhang wrote: > On Wed, Feb 1, 2012 at 12:11 PM, Jeremy White wrote: >>  1.  Test qemu/kvm with a few Windows versions to see if it'll work. >

Re: Wine automated testing update

2012-02-01 Thread Lei Zhang
On Wed, Feb 1, 2012 at 12:11 PM, Jeremy White wrote: >  1.  Test qemu/kvm with a few Windows versions to see if it'll work. I've had good luck running 32-bit Windows in qemu + kvm. You'll probably need to add -rtc=localtime. If you plan to run it headless and connect via the build in vnc, add -us

Wine automated testing update

2012-02-01 Thread Jeremy White
Hi Folks, At the last Wine conference, I volunteered to find a home for the WineTestBot that Ge's brother has been hosting, and to take over the Buildbot that Dan and Austin have been so diligently maintaining. This is an update on that project, mostly to help keep my procrastinating self moving