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 --- src/dma/pkg/common/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit 1.2.3-korg