#!/bin/sh

set -e

pkgos-dh_auto_test --no-py2 --test-path `pwd`/os_vif/tests 'os_vif\.tests\.unit.*'
