#!/bin/bash

TESTS_DIR=`pwd`
YPLATFORM_PATH=../../..
(cd ${YPLATFORM_PATH} && ./sbin/yplatform ${TESTS_DIR}/${1}.conf)
