def test_NoInteractiveCppComponent(self): status, output=commands.getstatusoutput('sdr/dom/components/ECM_CPP/cpp/ECM_CPP -i') self.assertNotEquals(output.find(self.message),-1)