Skip to content

Commit

Permalink
update images, comment out unused testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 27, 2023
1 parent 5c02f42 commit 3de834b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tests/starship/configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/starship/configs/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions tests/starship/mvp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3de834b

Please sign in to comment.