#!/bin/sh
python3 UTscapy.py -t regression.uts -f text -l -C \
    -o /usr/lib/python3-scapy/ptest/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \
    2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/'
