#!/bin/bash
python3 canticle.py | grep -q "Enshrined: network:egress:allow" && echo "Tests Passed" || (echo "Tests Failed" && exit 1)