Skip to content

Commit

Permalink
disable appliance_networking test due to the bug (#575)
Browse files Browse the repository at this point in the history
This PR temporarily disables the appliance_networking test that has recently started failing in Shelly's PR. The failure appears to be due to an environmental change, as the test was passing previously without issues.
The failure also revealed a bug in the vmware.vmware_rest.appliance_networking module. Specifically, when attempting to disable IPv6, the error message is misleading, stating:
"Failed to enable ipv6 for network interfaces."
A bug has been opened to track this issue - link

Reviewed-by: Shelly Miron
  • Loading branch information
prabinovRedhat authored Dec 29, 2024
1 parent 0e74dec commit 7571e8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/integration/targets/vmware_rest_appliance/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
- import_tasks: appliance_localaccounts.yml
- import_tasks: appliance_monitoring.yml
- import_tasks: appliance_networking_dns_hostname.yml
- import_tasks: appliance_networking.yml
# - import_tasks: appliance_networking_firewall_inbound.yml
# - import_tasks: appliance_networking_interfaces_ipv4.yml
# - import_tasks: appliance_networking_interfaces_ipv6.yml
# - import_tasks: appliance_networking.yml - There is a bug
# - import_tasks: appliance_networking_firewall_inbound.yml - There is a bug
# - import_tasks: appliance_networking_interfaces_ipv4.yml - There is a bug
# - import_tasks: appliance_networking_interfaces_ipv6.yml - There is a bug
- import_tasks: appliance_networking_proxy.yml
# - import_tasks: appliance_services.yml
# - import_tasks: appliance_shutdown.yml
- import_tasks: appliance_system.yml
# - import_tasks: appliance_system_storage.yml
# - import_tasks: appliance_system_storage.yml - There is a bug
- import_tasks: appliance_time.yml
# - import_tasks: appliance_vmon_service.yml

0 comments on commit 7571e8e

Please sign in to comment.