fix test and adding empty pre_test_hook

Change-Id: I4911c7e906c73190a734a4f5c74ec75b3c5ba64c
This commit is contained in:
Vitaly Gridnev
2016-06-23 14:24:04 +03:00
parent 9ad797387e
commit 3da2e19cc6
2 changed files with 7 additions and 2 deletions

View File

@@ -26,10 +26,12 @@ source $DEVSTACK_DIR/openrc admin admin
set -x
# Make public and register in Sahara as admin
sahara_register_fake_plugin_image
# Commented temporary
#sahara_register_fake_plugin_image
# Register sahara specific flavor for gate
sahara_register_flavor
# Commented temporary
# sahara_register_flavor
# Go to the sahara-tests dir
sudo chown -R jenkins:stack $SAHARA_TESTS_DIR

View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo "I'm called"