-
Notifications
You must be signed in to change notification settings - Fork 27
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
test: improve e2e test script #320
test: improve e2e test script #320
Conversation
cec51a3
to
a7ba7e1
Compare
5bae3e7
to
50c63ab
Compare
@@ -87,13 +142,23 @@ install_operator-sdk() { | |||
ok "operator-sdk was installed successfully" | |||
} | |||
|
|||
version_govulncheck() { | |||
warn govulncheck - latest |
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.
This shouldn't be warn
right?
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.
it should be warn
because the version isn't pinned.
50c63ab
to
956e663
Compare
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
6e92cf1
to
c30f489
Compare
/lgtm |
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
c30f489
to
aa5a84c
Compare
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
07e5b38
into
sustainable-computing-io:v1alpha1
This PR introduces the following changes
go test
so that accidental edits togo test ...
can be avoided. Eg.gThis skips operator deployment (only restarts the already running operator) and runs only
Node
test.