Updated Branches: refs/heads/trunk d28067bd3 -> 98cb71247
AMBARI-2631. Host cleanup left two packages (ambari-log4j, libconfuse), unit test fixes. (Oleksandr Diachenko via smohanty) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/98cb7124 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/98cb7124 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/98cb7124 Branch: refs/heads/trunk Commit: 98cb712470a7f92844deebeac62c53da08328969 Parents: d28067b Author: Sumit Mohanty <[email protected]> Authored: Thu Jul 11 21:28:45 2013 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Thu Jul 11 21:28:45 2013 -0700 ---------------------------------------------------------------------- ambari-agent/src/test/python/TestHostCleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/98cb7124/ambari-agent/src/test/python/TestHostCleanup.py ---------------------------------------------------------------------- diff --git a/ambari-agent/src/test/python/TestHostCleanup.py b/ambari-agent/src/test/python/TestHostCleanup.py index a52bf32..5579994 100644 --- a/ambari-agent/src/test/python/TestHostCleanup.py +++ b/ambari-agent/src/test/python/TestHostCleanup.py @@ -259,7 +259,7 @@ created = 2013-07-02 20:39:22.162757""" self.assertTrue(get_os_type_method.called) self.assertTrue(run_os_command_method.called) - run_os_command_method.assert_called_with("zypper remove --quiet -n {0}" + run_os_command_method.assert_called_with("zypper -n -q remove {0}" .format(' '.join(['abcd', 'wxyz']))) self.assertEquals(0, retval)
