#!/bin/sh

set -e

cat >>/etc/hosts <<EOF

192.168.1.1 rh7-1
192.168.1.2 rh7-2
192.168.1.3 rh7-3
EOF

python /usr/lib/python2.7/dist-packages/pcs/test/suite.py 2>&1
