From 3de834bd422f17fedb46da5740fcfeb7aa1f8a1e Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Wed, 27 Dec 2023 17:47:58 +0530 Subject: [PATCH] update images, comment out unused testcase --- tests/starship/configs/ci.yaml | 4 ++-- tests/starship/configs/local.yaml | 4 ++-- tests/starship/mvp_test.go | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/starship/configs/ci.yaml b/tests/starship/configs/ci.yaml index 154bf755..e5dfe62c 100644 --- a/tests/starship/configs/ci.yaml +++ b/tests/starship/configs/ci.yaml @@ -2,7 +2,7 @@ chains: - name: mesh-1 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-docker-debian + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship home: /root/.meshd binary: meshd prefix: mesh @@ -36,7 +36,7 @@ chains: - name: mesh-2 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-docker-debian + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship home: /root/.meshd binary: meshd prefix: mesh diff --git a/tests/starship/configs/local.yaml b/tests/starship/configs/local.yaml index e4378a18..c40b63c0 100644 --- a/tests/starship/configs/local.yaml +++ b/tests/starship/configs/local.yaml @@ -2,7 +2,7 @@ chains: - name: mesh-1 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-docker-debian + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship home: /root/.meshd binary: meshd prefix: mesh @@ -36,7 +36,7 @@ chains: - name: mesh-2 type: custom numValidators: 1 - image: ghcr.io/osmosis-labs/meshd:anmol-docker-debian + image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship home: /root/.meshd binary: meshd prefix: mesh diff --git a/tests/starship/mvp_test.go b/tests/starship/mvp_test.go index 62891c1c..723960f1 100644 --- a/tests/starship/mvp_test.go +++ b/tests/starship/mvp_test.go @@ -16,13 +16,13 @@ import ( "github.com/osmosis-labs/mesh-security-sdk/tests/starship/setup" ) -func TestJustContracts(t *testing.T) { - err := setup.JustContracts(providerChain, consumerChain, configFile, wasmContractPath, wasmContractGZipped) - require.NoError(t, err) - - err = setup.JustContracts(consumerChain, providerChain, configFile, wasmContractPath, wasmContractGZipped) - require.NoError(t, err) -} +//func TestJustContracts(t *testing.T) { +// err := setup.JustContracts(providerChain, consumerChain, configFile, wasmContractPath, wasmContractGZipped) +// require.NoError(t, err) +// +// err = setup.JustContracts(consumerChain, providerChain, configFile, wasmContractPath, wasmContractGZipped) +// require.NoError(t, err) +//} func Test2WayContract(t *testing.T) { // create clients for provider and consumer