Blob Blame History Raw
#!/bin/bash

. test.common

test_start "ptp4l with hybrid delay mechanism"

nodes=3
master_conf="hybrid_e2e 1"
slave_conf="hybrid_e2e 1"

run_ptp4l || test_fail
check_sync || test_fail

test_pass