[automated-testing] reboot_nodes_and_wait_to_come_online bug

Vitalii Koriakov vkoriako at redhat.com
Mon Jun 11 08:28:09 UTC 2018


Hello all
Noticed such behavior:

Reboot nodes with the method reboot_nodes_and_wait_to_come_online. In case when nodes are not online after timeout - it says that all nodes are online.
So logs are:


2018-06-08 18:28:00,210 INFO (are_nodes_online) 172.19.2.122 is offline
2018-06-08 18:28:00,211 INFO (reboot_nodes_and_wait_to_come_online) Nodes are offline, Retry after 5 seconds ..... 
2018-06-08 18:28:05,216 INFO (reboot_nodes_and_wait_to_come_online) All nodes ['172.19.2.86', '172.19.2.126', '172.19.3.113', '172.19.2.122'] are up and running

So it doesn't check are nodes online after 5 sec and just return that all nodes are online.

Regards,
Vitalii


More information about the automated-testing mailing list