#!/bin/bash
#-------------------
# Testing open-iscsi
#-------------------
set -e
python2 `dirname $0`/test-open-iscsi.py 2>&1

