From 34a24a5ed252b46c044b0b2a378c1da8e360039d Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Mon, 14 Aug 2017 11:17:31 +0800 Subject: [PATCH] container, tests: update docker image name --- container/ethereum_test.go | 2 +- tests/integration_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/ethereum_test.go b/container/ethereum_test.go index 103a6a11..fdcf4bf3 100644 --- a/container/ethereum_test.go +++ b/container/ethereum_test.go @@ -36,7 +36,7 @@ func TestEthereumContainer(t *testing.T) { for _, env := range envs { geth := NewEthereum( env.Client, - ImageName("quay.io/maicoin/ottoman_geth:istanbul_develop"), + ImageName("quay.io/amis/geth:istanbul_develop"), HostDataDir(env.DataDir), DataDir("/data"), Port(fmt.Sprintf("%d", env.P2PPort)), diff --git a/tests/integration_test.go b/tests/integration_test.go index a0d189f1..ee67b2fe 100644 --- a/tests/integration_test.go +++ b/tests/integration_test.go @@ -50,7 +50,7 @@ var _ = Describe("4 validators Istanbul", func() { for _, env := range envs { geth := container.NewEthereum( - container.ImageName("quay.io/maicoin/ottoman_geth:istanbul_develop"), + container.ImageName("quay.io/amis/geth:istanbul_develop"), container.HostDataDir(env.DataDir), container.DataDir("/data"), container.Port(fmt.Sprintf("%d", env.P2PPort)),