#!/bin/sh

set -e

. debian/tests/functions

stop_strongswan_networking
configure_and_start_networking
configure_and_start_strongswan

run_client_and_check_the_result

#Done
echo Looks good.
