-
Notifications
You must be signed in to change notification settings - Fork 81
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
Delete registries, add registries, edit, view registries test. #1027
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 👍
Backport to stable-4.4: 💚 backport PR created✅ Backport PR branch: Backported as #1145 🤖 @patchback |
* delete registries, add registries, view registries test. * Edit test (cherry picked from commit c331653)
(backporting because #1116 depens on this) |
" Ahoj,"
tusis pls co tam delam blbe?
cy.exec('galaxykit -s 'http://localhost:8002/api/automation-hub/' -u admin -
p admin -i collection upload my_namespace my_collection ') failed because
the command exited with a non-zero code. Pass {failOnNonZeroExit: false} to
ignore exit code failures. Information about the failure: Code: 1 Stderr:
Traceback (most recent call last): File "/usr/local/bin/galaxykit", line 10,
in <module> sys.exit(main())
File "/home/milan/.local/lib/python3.7/site-packages/galaxykit/command.py",
line 20.
Prikaz v cypress:
cy.galaxykit('-i collection upload my_namespace my_collection');
Diky!
""
|
@MilanPospisil use English please, in any public communication :) As for what you're doing wrong, the command looks good. Try running it manually to see what happens, any output? (And make sure that the UI is actually running on localhost:8002.) If it's none of those, you can try debugging galaxykit, either by adding logging in galaxykit itself, or by watching the responses with something like EDIT: you can also try |
Test for Execution enviroments -> Remote Registries. It tests addition of new and view of table of registries. It deletes registries before and after to maintain db clean and allow repetition of tests.