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
commit ca8982f96c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'
)
)