Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zmops-test
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sanshi
zmops-test
Commits
326addf3
Commit
326addf3
authored
Dec 03, 2019
by
sanshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除资产
parent
915dc070
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test_device_delete.py
WorkCase/APP/Device/test_device_delete.py
+2
-2
No files found.
WorkCase/APP/Device/test_device_delete.py
View file @
326addf3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment