On Tue, 2012-07-31 at 14:33 +0200, [email protected] wrote: > From: Michal Fojtik <[email protected]> > > * The 'root_url' can be now used in this way: > > get root_url '/url' > > Signed-off-by: Michal fojtik <[email protected]> > --- > server/tests/deltacloud/common.rb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/server/tests/deltacloud/common.rb > b/server/tests/deltacloud/common.rb > index d2f59e5..98b9884 100644 > --- a/server/tests/deltacloud/common.rb > +++ b/server/tests/deltacloud/common.rb > @@ -1,3 +1,5 @@ > +ENV['API_FRONTEND'] = 'cimi' > +
Is this really what we want here ? I thought tests/deltacloud was for the DC frontend, not for CIMI. We might need some config.ru-like setup for each of the frontend test suites. David
