#!/bin/bash
#-------------------
# Testing freeradius
#-------------------
set -e
python3 `dirname $0`/test-freeradius.py -v 2>&1
