Commit 326addf3 by sanshi

删除资产

parent 915dc070
......@@ -33,7 +33,7 @@ class TestDeviceDelete(object):
db_user = env["db_user"]
db_pw = env["db_pw"]
db_base = env["db_base"]
db_base_zabbix = env["db_base"]
db_base_zabbix = env["db_base_zabbix"]
login_name = "SS测试用户名"
base_id = 10
......@@ -151,7 +151,7 @@ class TestDeviceDelete(object):
@allure.step("查询表:hosts")
def select_hosts_zabbix(self, hostid=None):
session = self.db_session()
session = self.db_session_zabbix()
sql = DataHostsZabbix().select_all_from_allKeys(session=session, hostid=hostid)
return sql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment