-
Notifications
You must be signed in to change notification settings - Fork 612
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
Moving block pool cypress testcases to ODF console #9992
Moving block pool cypress testcases to ODF console #9992
Conversation
d90dd6e
to
ce841a5
Compare
Let's not remove the tests until we completely move the code from here to ODF. Please update the data-test only. |
ack |
76b49c4
to
65699bc
Compare
6d5b189
to
9b57a39
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.
Let's not disable them until we move to 4.11 for ODF.
@@ -1,7 +1,8 @@ | |||
import { checkErrors } from '../../../integration-tests-cypress/support'; | |||
import { createBlockPool, deleteBlockPoolFromCli } from '../views/block-pool'; | |||
|
|||
describe('Test block pool creation under OCS UI', () => { | |||
/** @depricated testcases are moved to odf-console */ | |||
xdescribe('Test block pool creation under OCS UI', () => { |
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.
xdescribe('Test block pool creation under OCS UI', () => { | |
describe('Test block pool creation under OCS UI', () => { |
@@ -13,7 +13,8 @@ import { createStorageClass } from '../views/storage-class'; | |||
|
|||
const pvcName: string = 'testing-pvc'; | |||
|
|||
describe('Test block pool deletion under OCS UI', () => { | |||
/** @depricated testcases are moved to odf-console */ | |||
xdescribe('Test block pool deletion under OCS UI', () => { |
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.
xdescribe('Test block pool deletion under OCS UI', () => { | |
describe('Test block pool deletion under OCS UI', () => { |
@@ -9,7 +9,8 @@ import { | |||
poolMessage, | |||
} from '../views/block-pool'; | |||
|
|||
describe('Test block pool update under OCS UI', () => { | |||
/** @depricated testcases are moved to odf-console */ | |||
xdescribe('Test block pool update under OCS UI', () => { |
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.
xdescribe('Test block pool update under OCS UI', () => { | |
describe('Test block pool update under OCS UI', () => { |
@@ -36,7 +36,7 @@ const createBlockPool = (poolCreationAction: string) => { | |||
verifyBlockPoolJSON(); | |||
}; | |||
|
|||
// Todo(bipuladh): Enable after downstream builds are available with v1 CSIDrivers | |||
/** @depricated testcases are moved to odf-console */ | |||
xdescribe('Test Ceph pool creation', () => { |
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.
xdescribe('Test Ceph pool creation', () => { | |
describe('Test Ceph pool creation', () => { |
9b57a39
to
cb1726a
Compare
Block pool pages are moved under odf-console and test cases are migrated to odf-console. Signed-off-by: Gowtham Shanmugasundaram <gshanmug@redhat.com>
cb1726a
to
2068ee9
Compare
/approve |
/label px-approved |
/approve |
</dt> | ||
<dd | ||
className={classNames('co-details-card__item-value', valueClassName)} | ||
data-test="detail-item-value" |
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.
@rawagner PTAL
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bipuladh, GowthamShanmugam, rawagner 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 |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@GowthamShanmugam: 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. |
Signed-off-by: Gowtham Shanmugasundaram gshanmug@redhat.com