You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Deprecate ansible_host.py
The functionalities in ansible_host.py , including the
AnsibleHost class and some exceptions, have been
implemented in the common library. This file can
be deprecated in case people new to sonic-mgmt
waste time on old libraries.
Changes:
1. Remove ansible_host.py
2. Replace all the AnsibleHost related calls with
more appropriate fixtures or functions.
3. Remove duplicated localhost fixture definition
Signed-off-by: Xin Wang <[email protected]>
0 commit comments