-
Notifications
You must be signed in to change notification settings - Fork 170
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
CNV automation: Classes and helper functions - Virtctl, VirtualMachine, VirtualMachineInstance and VM workloads #9248
CNV automation: Classes and helper functions - Virtctl, VirtualMachine, VirtualMachineInstance and VM workloads #9248
Conversation
…e, VirtualMachineInstance and VM workloads Signed-off-by: Prasad Desala <[email protected]>
…nnectivity Signed-off-by: Prasad Desala <[email protected]>
Signed-off-by: Prasad Desala <[email protected]>
@kgoldbla: changing LGTM is restricted to collaborators In response to this: 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. |
…basic tests + few enhancements Signed-off-by: Prasad Desala <[email protected]>
Signed-off-by: Prasad Desala <[email protected]>
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
Signed-off-by: Prasad Desala <[email protected]>
Signed-off-by: Prasad Desala <[email protected]>
Signed-off-by: Prasad Desala <[email protected]>
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.
PR validation on existing cluster
Cluster Name: tdesala-feb19
Cluster Configuration:
PR Test Suite: workloads
PR Test Path: tests/functional/workloads/cnv
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
…cs-ci framework if present Signed-off-by: Prasad Desala <[email protected]>
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.
PR validation on existing cluster
Cluster Name: tdesala-feb19
Cluster Configuration:
PR Test Suite: workloads
PR Test Path: tests/functional/workloads/cnv
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
Signed-off-by: Prasad Desala <[email protected]>
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.
PR validation on existing cluster
Cluster Name: tdesala-feb19
Cluster Configuration:
PR Test Suite: workloads
PR Test Path: tests/functional/workloads/cnv
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Signed-off-by: Prasad Desala <[email protected]>
Signed-off-by: Prasad Desala <[email protected]>
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.
PR validation on existing cluster
Cluster Name: tdesala-feb19
Cluster Configuration:
PR Test Suite: workloads
PR Test Path: tests/functional/workloads/cnv
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job UNSTABLE (some or all tests failed).
Signed-off-by: Prasad Desala <[email protected]>
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.
PR validation on existing cluster
Cluster Name: tdesala-feb18
Cluster Configuration:
PR Test Suite: workloads
PR Test Path: tests/functional/workloads/cnv
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job FAILED (installation failed, tests not executed).
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.
PR validation on existing cluster
Cluster Name: tdesala-feb19
Cluster Configuration:
PR Test Suite: workloads
PR Test Path: tests/functional/workloads/cnv
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
tests/functional/workloads/cnv/test_vm_single_disk_hot_plugging_unplugging.py
Show resolved
Hide resolved
@kgoldbla: changing LGTM is restricted to collaborators In response to this: 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. |
Signed-off-by: Prasad Desala <[email protected]>
Signed-off-by: Prasad Desala <[email protected]>
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: parikshithb, PrasadDesala, shylesh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…e, VirtualMachineInstance and VM workloads (red-hat-storage#9248) Signed-off-by: Prasad Desala <[email protected]>
OpenShift Virtualization (CNV) is an add-on to OCP that allows running and managing virtual machine workloads alongside container workloads. The ODF can be used in conjunction with CNV to provide persistent storage for virtual machines.
This PR handles creation of necessary classes and helper functions for VM workload management.