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

Replace PTE with supported alternative for the Operator Test Tool #383

Open
davidkel opened this issue May 29, 2022 · 1 comment
Open

Replace PTE with supported alternative for the Operator Test Tool #383

davidkel opened this issue May 29, 2022 · 1 comment

Comments

@davidkel
Copy link

PTE relies on an old unsupported version of the node SDK. The Operator Test tool relies on PTE to do admin (such as channel creation) as well as drive business logic for test purposes.

With the availability of the new gateway api and this will be the recommended api for client business applications we should replace the need to drive transactions with the new thin Go SDK.

For operational requirements we only have the osnadmin and peer cli commands to rely on. The Operator Test Tool already has some support for using the cli to perform operational activities, we need to look extend this.

@jjacquet
Copy link

Understood that PTE relies on an older version of Node.js. I have to use nvm ls to print out the version on my system and then nvm use 10.24.1 in my case to invoke the tests.

Can the team please update the source so that it uses the latest version node.js or at least some variant of node 14?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants