On Fri, Mar 28, 2014 at 4:49 PM, Hrvoje Ribicic <[email protected]> wrote: > The get/put RAPI test tests for symmetry of what the RAPI output and > what it takes in, with exceptions for legacy differences and options > that should not be exposed. The private OS params belong to this > category, and this patch adds them as an exception. > > Signed-off-by: Hrvoje Ribicic <[email protected]> > --- > qa/qa_rapi.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py > index 67c103d..62c7560 100644 > --- a/qa/qa_rapi.py > +++ b/qa/qa_rapi.py > @@ -347,6 +347,7 @@ def TestEmptyCluster(): > "force", # Standard option > "add_uids", # Modifies UID pool, is not a param itself > "remove_uids", # Same as above > + "osparams_private_cluster", # Should not be returned > ] > NOT_EXPOSED_YET = ["hv_state", "disk_state", "modify_etc_hosts"] > # The nicparams are returned under the default entry, yet accepted as they > -- > 1.9.1.423.g4596e3a >
LGTM, thanks. Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
