path: neutron-tempest-plugin_3.0.0-3/neutron_tempest_plugin/common/utils.py def process_is_running(ssh_client, process_name): try: ssh_client.exec_command("pidof %s" % process_name) return True except exceptions.SSHExecCommandFailed: