fix test and adding empty pre_test_hook
Change-Id: I4911c7e906c73190a734a4f5c74ec75b3c5ba64c
This commit is contained in:
@@ -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
|
||||
|
||||
3
tools/gate/cli_tests/pre_test_hook.sh
Executable file
3
tools/gate/cli_tests/pre_test_hook.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "I'm called"
|
||||
Reference in New Issue
Block a user