-
Notifications
You must be signed in to change notification settings - Fork 64
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
Modified 4 appliance targets #558
base: main
Are you sure you want to change the base?
Modified 4 appliance targets #558
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #558 +/- ##
=======================================
Coverage 37.05% 37.05%
=======================================
Files 145 145
Lines 11395 11395
Branches 2261 2261
=======================================
Hits 4222 4222
Misses 7173 7173
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Build succeeded. ✔️ ansible-test-cloud-integration-vmware-rest SUCCESS in 10m 55s |
|
||
- name: Print local accounts | ||
ansible.builtin.debug: | ||
var: local_accounts |
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.
You didn't restore warn_days. Add always block please to restore warn_days to original 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.
fixed
|
||
- name: Query the monitoring backend for memory usage | ||
vmware.vmware_rest.appliance_monitoring_query: | ||
end_time: 2021-04-14T09:34:56.000Z |
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.
Maybe try more recent dates. You've got an empty result.
"monitoring_query_result": {
"changed": false,
"failed": false,
"value": [
{
"data": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"end_time": "2021-04-14T09:34:56.000Z",
"function": "AVG",
"interval": "MINUTES5",
"name": "mem.total",
"start_time": "2021-04-14T08:34:56.000Z"
}
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.
fixed
9049d14
to
11a5fb8
Compare
ce29554
to
b031097
Compare
Build succeeded. ✔️ ansible-test-cloud-integration-vmware-rest SUCCESS in 16m 18s |
…ork_dns_hostname targets
b031097
to
0f3655b
Compare
Build succeeded. ✔️ ansible-test-cloud-integration-vmware-rest SUCCESS in 15m 50s |
Modified 4 appliance tests to run on real vCenter env: