Fixes some bugs and things (#35122)

Removes deprecations and fixes bugs.
This commit is contained in:
Tim Rupp
2018-01-20 10:40:20 -08:00
committed by GitHub
parent a0bb193598
commit ca8982f96c
23 changed files with 136 additions and 230 deletions

View File

@@ -135,7 +135,7 @@ class TestManager(unittest.TestCase):
# Configure the parameters that would be returned by querying the
# remote device
current = Parameters(
dict(
params=dict(
agent_status_traps='disabled'
)
)