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

Fix edge-testnet -h handling & update changelog #61

Merged
merged 7 commits into from
May 31, 2024

Conversation

JanneKiiskila
Copy link
Contributor

@JanneKiiskila JanneKiiskila commented May 29, 2024

  • Fix -h option handling.
  • Fix custom domain handling.
  • Add --skip443 and --skiptcp options.
  • Prevent openssl tests to break script in case of failure.

Todos

  • Changelog updated
  • Run shellcheck or pysh-check before committing code - no more warnings than earlier (preferably less)
  • Will tag a proper release, if need be.
  • Will update required recipes/builds as well.
  • Will update also the versions to relevant places:
    • edge-info/edge-info has the version number (around line 37)
    • identity-tools/VERSION has the version number as well.

in edge-testnet, it's now trying to call a function that does not'
exist.
We are trying to call a function which does not exist in the
script.
This will fail however as of now.

```
pe-utils$ fw-tools/edge-testnet --domain pdm-sandbox.io
[ FAILED ]	ping bootstrappdm-sandbox.io
[ FAILED ]	ping tcp-bootstrappdm-sandbox.io
[ FAILED ]	ping lwm2mpdm-sandbox.io
[ FAILED ]	ping tcp-lwm2mpdm-sandbox.io
[ FAILED ]	netcat bootstrappdm-sandbox.io 5684
[ FAILED ]	netcat tcp-bootstrappdm-sandbox.io 5684
[ FAILED ]	netcat bootstrappdm-sandbox.io 443
[ FAILED ]	netcat tcp-bootstrappdm-sandbox.io 443
[ FAILED ]	netcat lwm2mpdm-sandbox.io 5684
[ FAILED ]	netcat tcp-lwm2mpdm-sandbox.io 5684
[ FAILED ]	netcat lwm2mpdm-sandbox.io 443
[ FAILED ]	netcat tcp-lwm2mpdm-sandbox.io 443
[ FAILED ]	netcat edge-k8spdm-sandbox.io 443
[ FAILED ]	netcat gatewayspdm-sandbox.io 443
[ FAILED ]	netcat containerspdm-sandbox.io 443
fw-tools/edge-testnet: line 126: !LOG_FILE_NAME: unbound variable
```
Or at least it should not fail now with undefined variable.
@JanneKiiskila JanneKiiskila changed the title Edge testnet h Fix edge-testnet -h handling & update changelog May 30, 2024
As per Jenia's review feedback.
@JanneKiiskila JanneKiiskila merged commit 9d9bb66 into master May 31, 2024
7 checks passed
@JanneKiiskila JanneKiiskila deleted the edge-testnet-h branch May 31, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants