neutron/neutron/tests/contrib
Maru Newby e37dcd4c76 Remove check for bash usage
Arbitrarily restricting ourselves from using bash because developers on
platforms like netbsd don't want to install bash from ports doesn't
make sense.  Any non-trivial shell script is likely to use features
like arrays or string manipulation that are poorly supported (if at
all) by sh, and the continued bumping of the number of expected bash
scripts is an indication that the check is not serving its purpose
anyway.

Along with removing the check, all shebang references to /bin/bash
have been replaced with /usr/bin/env bash in an attempt to be more
compatible across different hosts.

Change-Id: Ief72dc380cc88af38959c330897e2c127e33c332
Closes-Bug: #1440824
2015-04-07 15:15:33 +00:00
..
README Drop functional/contrib directory 2015-01-06 12:21:55 -08:00
functional-testing.filters Automate host configuration for functional testing 2015-02-14 05:13:03 +00:00
gate_hook.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
post_test_hook.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00

README

The files in this directory are intended for use by the
Neutron infra jobs that run the various functional test
suites in the gate.