-
Notifications
You must be signed in to change notification settings - Fork 163
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
[Integration][omevv_baseline_profile] - Create, Modify and Delete #767
base: collections
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
tests/integration/targets/omevv_baseline_profile/tests/create_multiple_cluster.yaml
Outdated
Show resolved
Hide resolved
tests/integration/targets/omevv_baseline_profile/tests/create_multiple_cluster.yaml
Outdated
Show resolved
Hide resolved
tests/integration/targets/omevv_baseline_profile/tests/create_single_cluster.yaml
Outdated
Show resolved
Hide resolved
f512504
to
4c0788c
Compare
tests/integration/targets/omevv_baseline_profile/tests/create_single_cluster.yaml
Outdated
Show resolved
Hide resolved
name: OMAM_Baseline_Profile | ||
repository_profile: OMAM_Firm_Repo | ||
cluster: | ||
- OMAM-Cluster-1 |
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.
why are we hardcoding cluster name, are we in assumption all the OMEVV setup has same cluster name, please check once.
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 will be prerequisite before running the suite
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.
as we discussed we should have dynamic fetching of cluster name as OMEVV has API to fetch it
tests/integration/targets/omevv_baseline_profile/tests/create_single_cluster.yaml
Outdated
Show resolved
Hide resolved
tests/integration/targets/omevv_baseline_profile/tests/modify.yml
Outdated
Show resolved
Hide resolved
Please add negative scenarios, I think it's missing. |
tests/integration/targets/omevv_baseline_profile/tests/create_single_cluster.yaml
Outdated
Show resolved
Hide resolved
tests/integration/targets/omevv_baseline_profile/tests/create_multiple_cluster.yaml
Outdated
Show resolved
Hide resolved
that: | ||
- cm_dm_result_baseline.changed | ||
- 'cm_dm_result_baseline.msg == "Changes found to be applied."' | ||
- cm_dm_result_baseline.diff.before | length > 1 |
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.
Can we compare the fields instead of just length.
tests/integration/targets/omevv_baseline_profile/tests/modify.yml
Outdated
Show resolved
Hide resolved
please add negative scenarios for create, modify and delete too. |
Description
A few sentences describing the overall goals of the pull request's commits.
GitHub Issues
List the GitHub issues impacted by this PR:
ISSUE TYPE
COMPONENT NAME
OUTPUT
ADDITIONAL INFORMATION
Checklist: