Add intial test hooks for integration tests

Change-Id: Iad7898f1823130beccc10bab294b959bafb72958
This commit is contained in:
Vitaly Gridnev 2015-12-09 15:57:47 +03:00
parent 8d4b86638b
commit 017beb40f9
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -ex
export SAHARA_DASHBOARD_SCREENSHOTS_DIR="integration_tests_screenshots"

View File

@ -0,0 +1,6 @@
#!/bin/bash
# This script will be executed inside post_test_hook function in devstack gate
set -ex
source commons $@

View File

@ -0,0 +1,6 @@
#!/bin/bash
# This script will be executed inside pre_test_hook function in devstack gate
set -ex
source commons $@