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

WINC-730: Add WICD unit test stub #1018

Merged

Conversation

sebsoto
Copy link
Contributor

@sebsoto sebsoto commented Apr 4, 2022

This commit adds a Make target for unit testing WICD. The purpose of
this is to validate that the WICD unit release job is fufilling all of
its requirements. Once both this stub and the release job are created,
this stub can be expanded to actually perform the tests required of it.

@sebsoto sebsoto changed the title [hack] Add WICD unit test stub WINC-730: Add WICD unit test stub Apr 4, 2022
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 4, 2022
@sebsoto
Copy link
Contributor Author

sebsoto commented Apr 4, 2022

/approve cancel

@openshift-ci openshift-ci bot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 4, 2022
@saifshaikh48
Copy link
Contributor

/lgtm

Relates to openshift/release#27251

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2022
@selansen
Copy link
Contributor

selansen commented Apr 4, 2022

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 4, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: selansen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 4, 2022
Copy link
Contributor

@jrvaldes jrvaldes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebsoto thanks for working on this. Added a few minor suggestions.

Otherwise, LGTM


# Ensure the image used in the release job has ssh installed, as this will be used to remotely run tests against a
# Windows VM. Running a dummy command to ensure connection to the VM is possible
ssh -i $KUBE_SSH_KEY_PATH $INSTANCE_USERNAME@$INSTANCE_ADDRESS "dir"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider including -o StrictHostKeyChecking=no to disable strict host key checking.

@@ -179,6 +179,10 @@ lint:
unit:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include a reference in the PR message to the release PR that introduces the job.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

This commit adds a Make target for unit testing WICD. The purpose of
this is to validate that the WICD unit release job is fufilling all of
its requirements. Once both this stub and the release job are created,
this stub can be expanded to actually perform the tests required of it.
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2022
@saifshaikh48
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 4, 2022
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

9 similar comments
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@jrvaldes
Copy link
Contributor

jrvaldes commented Apr 5, 2022

/hold

to investigate CI failures.

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 5, 2022
@sebsoto
Copy link
Contributor Author

sebsoto commented Apr 6, 2022

/test vsphere-e2e-operator

@sebsoto
Copy link
Contributor Author

sebsoto commented Apr 6, 2022

/test platform-none-vsphere-e2e-operator

@sebsoto
Copy link
Contributor Author

sebsoto commented Apr 6, 2022

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 6, 2022
@sebsoto
Copy link
Contributor Author

sebsoto commented Apr 6, 2022

/retest

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 6, 2022

@sebsoto: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit f700952 into openshift:master Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants