forked from espressif/esp-idf
feat(openthread): fix ci avahi service cases issue
This commit is contained in:
@@ -387,7 +387,7 @@ def open_host_interface() -> None:
|
|||||||
def get_domain() -> str:
|
def get_domain() -> str:
|
||||||
hostname = socket.gethostname()
|
hostname = socket.gethostname()
|
||||||
print('hostname is: ', hostname)
|
print('hostname is: ', hostname)
|
||||||
command = 'ps -aux | grep avahi-daemon | grep running'
|
command = 'ps -auxww | grep avahi-daemon | grep running'
|
||||||
out_str = subprocess.getoutput(command)
|
out_str = subprocess.getoutput(command)
|
||||||
print('avahi status:\n', out_str)
|
print('avahi status:\n', out_str)
|
||||||
role = re.findall(r'\[([\w\W]+)\.local\]', str(out_str))[0]
|
role = re.findall(r'\[([\w\W]+)\.local\]', str(out_str))[0]
|
||||||
|
Reference in New Issue
Block a user