Seeing the following errors on a few systems when running the HCP script, is this a known issue?
Result: ERROR
Description: This test checks that the number of entries in the arp cache table is not exceeding the threshold
Summary: This test failed and raised exception:
Traceback (most recent call last):
File "/etc/hcp/source/hcp/test/hcp_test.py", line 208, in execute
res = self.__execute_func()
File "/etc/hcp/tests/gaia_os/general/arp_cache.py", line 90, in execute_test
_result = ArpCache().run()
File "/etc/hcp/tests/gaia_os/general/arp_cache.py", line 84, in run
if self._get_num_of_cache_entries() == 0:
File "/etc/hcp/tests/gaia_os/general/arp_cache.py", line 35, in _get_num_of_cache_entries
raise RuntimeError('Failed to get arp entries rc={}: {}'.format(_rc.rc, _rc.stderr))
RuntimeError: Failed to get arp entries rc=127: /bin/sh: arp: command not found