From 699ce6c249b8545f1c9789b735b78b6878667098 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Wed, 17 Aug 2016 12:07:15 +0300 Subject: [PATCH] Fix misprint in remote.check_call Fix misprint in remote.check_call Closes-bug: #1614004 Change-Id: Ic19efd0c690a51c04679132059e4de2da5612870 --- system_test/actions/strength_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_test/actions/strength_actions.py b/system_test/actions/strength_actions.py index ad6c2ab4d..03d509f36 100644 --- a/system_test/actions/strength_actions.py +++ b/system_test/actions/strength_actions.py @@ -343,7 +343,7 @@ class FillRootActions(object): "is not present on node {}".format( self.primary_controller_fqdn)) cibadmin_status_xml = remote.check_call( - remote, 'cibadmin --query --scope status').stdout_str + 'cibadmin --query --scope status').stdout_str pcs_attribs = get_pacemaker_nodes_attributes( cibadmin_status_xml) return '#health_disk' not in pcs_attribs[