Skip to content
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

Creds test definition parameter not optional #1758

Open
timbrinded opened this issue Apr 2, 2024 · 1 comment
Open

Creds test definition parameter not optional #1758

timbrinded opened this issue Apr 2, 2024 · 1 comment
Labels
enhancement New feature or request Maintenance V1 maintenance

Comments

@timbrinded
Copy link
Contributor

Issue Description

The Creds: config parameter for the test specs are non-optional, even when running zombienet with --provider native

Steps to reproduce the issue

Steps to reproduce the issue

  1. Create a .zndsl spec with no Creds
  2. Run the spec e.g. pnpm zombienet test --provider native configs/simple.zndsl

Describe the results you received

 Error: 	Error parsing file:  --> 4:1
  |
4 | relay-0: is up
  | ^---
  |
  = expected creds

error: "zombienet" exited with code 1

Describe the results you expected

The creds param to be skipped when zombienet test command is invoked with --provider native

Zombienet version

"@zombienet/cli": "^1.3.99"

Provider

Native

Provider version

polkadot 1.5.0

Upstream Latest Release

Yes

Additional environment details

Additional environment details

Additional information

Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting

Screenshots

No response

@pepoviola
Copy link
Collaborator

Hi @timbrinded, sorry about the delay. Yes, the creds are not optional even in native. I will update the parser to make them optional (at least in native/podman). Thanks!!

@pepoviola pepoviola added the enhancement New feature or request label Apr 9, 2024
@pepoviola pepoviola added the Maintenance V1 maintenance label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Maintenance V1 maintenance
Projects
None yet
Development

No branches or pull requests

2 participants