From 32e98a86b99d8c730e19d91e9a13fff644b37ac3 Mon Sep 17 00:00:00 2001 From: Toshiaki Takahashi Date: Wed, 16 Jan 2019 02:22:24 +0000 Subject: Fix wrong image name in test code This change fix the name of the container image to be tested from the past name "LocalAgent" to the current name "DMA". This also fix python function names, comments and log output. Change-Id: I8bd8d1d884f6ff59c7e52da31455bc7f042ee9eb Signed-off-by: Toshiaki Takahashi --- baro_tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baro_tests/tests.py') 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) -- cgit 1.2.3-korg