-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Added infraction tests to provider suite #2416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -658,3 +618,127 @@ func (s *ProviderSuite) TestProviderOwnerChecks() { | |||
s.Require().Equal(powerShapingParams.Top_N, uint32(consumerChain.PowerShapingParams.TopN)) | |||
s.Require().Equal(chainsuite.GovModuleAddress, consumerChain.OwnerAddress) | |||
} | |||
|
|||
// Tests adding and updating infraction parameters with MsgCreateConsumer, MsgUpdateConsumer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the scenarios tested in the docstring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed 3a2f0e2
Co-authored-by: Marius Poke <[email protected]>
Co-authored-by: Marius Poke <[email protected]>
Co-authored-by: Marius Poke <[email protected]>
This pr includessome interchain test changes:
E.g. running cmd: make test-interchain PROVIDER_IMAGE_NAME=ics-local PROVIDER_IMAGE_TAG=v1