sahara/sahara/tests
bhujay b248ef27e4 Correct Hbase ports in Ambari plugin
port number for HBase configured in Sahara starts with 600xx
where as hortonworks ambari configures these ports on the
hbase master and region servers with 160xx.Although Ambari
will start the master server with the 160xx port, clients
can't connect them due to improper security rules.As a
result hbase master web info port link in the cluster
general info page doesn't work.HBase region server won't start.

This patch sets the HBase ports correctly for Ambari Plugin.

Change-Id: Ic13944ed729c0840578784f50a53f17b0706b62c
Story: #2003562
Task: #24853
2018-08-27 12:25:00 +05:30
..
unit Correct Hbase ports in Ambari plugin 2018-08-27 12:25:00 +05:30
README.rst Change remaining 'savanna' references in sahara/tests 2014-03-19 13:19:07 -04:00
__init__.py Apply monkeypatching from eventlet before the tests starts 2017-03-23 19:22:41 +01:00

README.rst

Sahara Testing Infra

This README file attempts to provide current and prospective contributors with everything they need to know in order to start creating unit tests for Sahara.