#!/bin/sh

set -e
cd yang-1dot1
./test-identity-iffeature-pass.sh
./test-identity-iffeature-fail.sh

