aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorToshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>2019-01-16 02:22:24 +0000
committerToshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>2019-01-18 14:44:27 +0000
commit32e98a86b99d8c730e19d91e9a13fff644b37ac3 (patch)
treeb3013e2ac0abe97356f4b6b3b581cfe4c77b6f9a /src
parent903f521e3ae8d4af759f34ae7b39d1e4c9869e6b (diff)
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 <takahashi.tsc@ncos.nec.co.jp>
Diffstat (limited to 'src')
-rw-r--r--src/dma/pkg/common/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma/pkg/common/types.go b/src/dma/pkg/common/types.go
index 98f605e9..f6302a59 100644
--- a/src/dma/pkg/common/types.go
+++ b/src/dma/pkg/common/types.go
@@ -16,7 +16,7 @@
package common
-// redisLabel is prefix of local-agent for redis
+// redisLabel is prefix of DMA for redis
const redisLabel = "barometer-dma"
// Pool is an interface of DB pool to annotate.