Michael Pasternak has uploaded a new change for review. Change subject: sdk: fix conflicts ann. docs ......................................................................
sdk: fix conflicts ann. docs Change-Id: I9cb73b7b5c46cb19611b57425f70506f677f1fd5 Signed-off-by: Michael pasternak <[email protected]> --- M src/infrastructure/annotations/conflicts.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-tests refs/changes/68/17468/1 diff --git a/src/infrastructure/annotations/conflicts.py b/src/infrastructure/annotations/conflicts.py index 898f13c..fb2aed8 100644 --- a/src/infrastructure/annotations/conflicts.py +++ b/src/infrastructure/annotations/conflicts.py @@ -19,7 +19,7 @@ class resources(object): """ - 'requires.resources' annotation, verifies resource/s absence + 'conflicts.resources' annotation, verifies resource/s absence in the system upon method execution @param params: list of resources @@ -27,7 +27,7 @@ def __init__(self, params): """ - 'requires.resources' annotation, verifies resource/s absence + 'conflicts.resources' annotation, verifies resource/s absence in the system upon method execution @param params: list of resources @@ -44,7 +44,7 @@ rm_instance = rm_class() if rm_instance.getOnly(): rm_instance.remove() - # TODO: use **kwargs for private init + # TODO: use **kwargs for private remove else: raise ResourceManagerNotFoundError(rm) return original_func(*args, **kwargs) -- To view, visit http://gerrit.ovirt.org/17468 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9cb73b7b5c46cb19611b57425f70506f677f1fd5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-tests Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
