Blob Blame History Raw
#!/bin/bash

. test.common

test_start "ptp4l with slaveOnly option"

nodes=3
master_node=2
slave_conf="slaveOnly 1"

run_ptp4l || test_fail
check_sync || test_fail

test_pass