diff options
author | Matthias Runge <mrunge@redhat.com> | 2019-01-31 15:20:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-31 15:20:23 +0000 |
commit | c4e89bacea7d792a588359107ec2df36c13e4c3c (patch) | |
tree | 3af5da29489366d60902bd11aef58ac73db3c0bd /baro_tests/tests.py | |
parent | ba647855ae268bc3969c13502c183cd4815578d9 (diff) | |
parent | 32e98a86b99d8c730e19d91e9a13fff644b37ac3 (diff) |
Merge "Fix wrong image name in test code"
Diffstat (limited to 'baro_tests/tests.py')
-rw-r--r-- | baro_tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baro_tests/tests.py b/baro_tests/tests.py index d315fcf1..47edd778 100644 --- a/baro_tests/tests.py +++ b/baro_tests/tests.py @@ -274,7 +274,7 @@ def test_csv_handles_plugin_data( return True -def test_localagent_server_set_collectd(compute, file, logger, client): +def test_dma_server_set_collectd(compute, file, logger, client): with open(file, mode='w') as f: f.write('# dummy conf\n') res = client.set(file) |