You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/12/04 18:37:45 UTC

ambari git commit: AMBARI-14216. WireEncryption service check fails for tez(TEST FIX).(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/trunk 32dd052d1 -> 01cc3c2d6


AMBARI-14216. WireEncryption service check fails for tez(TEST FIX).(vbrodetskyi)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/01cc3c2d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/01cc3c2d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/01cc3c2d

Branch: refs/heads/trunk
Commit: 01cc3c2d64ae6fec1460063a25f299d0b8a245ce
Parents: 32dd052
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Fri Dec 4 16:39:09 2015 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Fri Dec 4 16:39:35 2015 +0200

----------------------------------------------------------------------
 .../test/python/stacks/2.1/TEZ/test_service_check.py    | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/01cc3c2d/ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py b/ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py
index 2a25c3e..728a1a8 100644
--- a/ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py
+++ b/ambari-server/src/test/python/stacks/2.1/TEZ/test_service_check.py
@@ -119,8 +119,9 @@ class TestTezServiceCheck(RMFTestCase):
                               security_enabled = True,
                               hadoop_bin_dir = '/usr/bin',
                               keytab = '/etc/security/keytabs/hdfs.headless.keytab',
+                              dfs_type = '',
                               default_fs = 'hdfs://c6401.ambari.apache.org:8020',
-                              hdfs_site=self.getConfig()['configurations']['hdfs-site'],
+                              hdfs_site = self.getConfig()['configurations']['hdfs-site'],
                               kinit_path_local = '/usr/bin/kinit',
                               principal_name = 'hdfs',
                               user = 'hdfs',
@@ -132,8 +133,9 @@ class TestTezServiceCheck(RMFTestCase):
                               security_enabled = True,
                               hadoop_bin_dir = '/usr/bin',
                               keytab = '/etc/security/keytabs/hdfs.headless.keytab',
+                              dfs_type = '',
                               default_fs = 'hdfs://c6401.ambari.apache.org:8020',
-                              hdfs_site=self.getConfig()['configurations']['hdfs-site'],
+                              hdfs_site = self.getConfig()['configurations']['hdfs-site'],
                               kinit_path_local = '/usr/bin/kinit',
                               principal_name = 'hdfs',
                               user = 'hdfs',
@@ -147,8 +149,9 @@ class TestTezServiceCheck(RMFTestCase):
                               hadoop_bin_dir = '/usr/bin',
                               keytab = '/etc/security/keytabs/hdfs.headless.keytab',
                               source = '/tmp/sample-tez-test',
+                              dfs_type = '',
                               default_fs = 'hdfs://c6401.ambari.apache.org:8020',
-                              hdfs_site=self.getConfig()['configurations']['hdfs-site'],
+                              hdfs_site = self.getConfig()['configurations']['hdfs-site'],
                               kinit_path_local = '/usr/bin/kinit',
                               principal_name = 'hdfs',
                               user = 'hdfs',
@@ -161,8 +164,9 @@ class TestTezServiceCheck(RMFTestCase):
                               security_enabled = True,
                               hadoop_bin_dir = '/usr/bin',
                               keytab = '/etc/security/keytabs/hdfs.headless.keytab',
+                              dfs_type = '',
                               default_fs = 'hdfs://c6401.ambari.apache.org:8020',
-                              hdfs_site=self.getConfig()['configurations']['hdfs-site'],
+                              hdfs_site = self.getConfig()['configurations']['hdfs-site'],
                               kinit_path_local = '/usr/bin/kinit',
                               principal_name = 'hdfs',
                               user = 'hdfs',