def test_hdp_select_bad(self, mock):
     assert service_installer.is_hdp_select_installed() == False
 def test_hdp_select_good(self, mock):
     assert service_installer.is_hdp_select_installed() == True
 def test_hdp_select_good(self, mock):
   assert service_installer.is_hdp_select_installed() == True
 def test_hdp_select_bad(self, mock):
     assert service_installer.is_hdp_select_installed() == False