def test_check_all_resources(self):
     # arrange
     c_yarn_cluster = YarnCluster(self.opts)
     expected = 0
     # act
     returned = c_yarn_cluster.check_all_resources()
     # assert
     self.assertTrue(True)  # temporarily short-ciruit