def test_NoInteractivePythonService(self): status, output=commands.getstatusoutput('sdr/dev/services/S1/python/S1.py -i') self.assertNotEquals(output.find(self.message),-1)