diff --git a/test/features/steps/behave_agent.py b/test/features/steps/behave_agent.py index bddaf6de2..cab2ecec0 100755 --- a/test/features/steps/behave_agent.py +++ b/test/features/steps/behave_agent.py @@ -60,6 +60,7 @@ def write(self, __b) -> int: def call(host: str, port: int, cmdline: str, user: typing.Optional[str] = None): subprocess.run(['ip', 'addr']) + subprocess.run(['cat', '/etc/nsswitch.conf']) subprocess.run(['cat', '/etc/resolv.conf']) subprocess.run(['cat', '/etc/hosts']) subprocess.run(['strace', 'getent', 'hosts', 'hanode2'])