Remove method run_nailgun_agent()
run_nailgun_agent() is not used in system tests and should be removed. Change-Id: I9b80a6a222b1d6e134d35712c5607fd0a4e72771 Related-Bug:#1492449
This commit is contained in:
parent
99cd87bacb
commit
f2cc7c6199
@ -482,10 +482,6 @@ class EnvironmentModel(object):
|
||||
assert_true(self.get_admin_node_ip() in "".join(out),
|
||||
"dhcpcheck doesn't discover master ip")
|
||||
|
||||
def run_nailgun_agent(self, remote):
|
||||
agent = remote.execute('/opt/nailgun/bin/agent')['exit_code']
|
||||
logger.info("Nailgun agent run with exit_code: %s" % agent)
|
||||
|
||||
def get_fuel_settings(self, remote=None):
|
||||
if not remote:
|
||||
remote = self.d_env.get_admin_remote()
|
||||
|
Loading…
Reference in New Issue
Block a user