It's already in there.
On Wed, Apr 17, 2013 at 5:21 PM, Guido Trotter <[email protected]> wrote: > (but please add it to the example json file as well) :) > > Thanks, > > Guido > > On Wed, Apr 17, 2013 at 5:21 PM, Guido Trotter <[email protected]> > wrote: > > LGTM > > > > Thanks, > > Guido > > > > On Wed, Apr 17, 2013 at 4:45 PM, Helga Velroyen <[email protected]> > wrote: > >> This does not solve the underlying problem of the rapi test not > >> being runnable locally, but it makes it at least configurable > >> to avoid having to patch in/out all the time. > >> > >> Signed-off-by: Helga Velroyen <[email protected]> > >> --- > >> qa/ganeti-qa.py | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py > >> index 7af9ff8..712424f 100755 > >> --- a/qa/ganeti-qa.py > >> +++ b/qa/ganeti-qa.py > >> @@ -640,7 +640,8 @@ def RunQa(): > >> SetupCluster(rapi_user, rapi_secret) > >> > >> # Load RAPI certificate > >> - qa_rapi.Setup(rapi_user, rapi_secret) > >> + if qa_config.get("rapi"): > >> + qa_rapi.Setup(rapi_user, rapi_secret) > >> > >> RunClusterTests() > >> RunOsTests() > >> -- > >> 1.8.1.3 > >> > > > > > > > > -- > > Guido Trotter > > Ganeti Engineering > > Google Germany GmbH > > Dienerstr. 12, 80331, München > > > > Registergericht und -nummer: Hamburg, HRB 86891 > > Sitz der Gesellschaft: Hamburg > > Geschäftsführer: Graham Law, Katherine Stephens > > > > Steuernummer: 48/725/00206 > > Umsatzsteueridentifikationsnummer: DE813741370 > > > > -- > Guido Trotter > Ganeti Engineering > Google Germany GmbH > Dienerstr. 12, 80331, München > > Registergericht und -nummer: Hamburg, HRB 86891 > Sitz der Gesellschaft: Hamburg > Geschäftsführer: Graham Law, Katherine Stephens > > Steuernummer: 48/725/00206 > Umsatzsteueridentifikationsnummer: DE813741370 >
