On Wed, 2010-11-10 at 11:05 -0800, Sang-Min Park wrote: > I am a software engineer at Eucalyptus systems. > > We’re planning to get Eucalyptus working with DeltaCloud. > > Probably, we’re going to use the existing EC2 drivers with some patches. > > > > I have one question regarding testing procedure: are there any acceptance > tests for a new driver implementation? > > We want to know in general the QA process for DeltaCloud.
Besides the unit tests in the server/ directory, there are also cucumber tests in tests/; there are also unit tests in the client/ directory. Those expect that you have a server running locally. David
