glance/tools/generate-blacklist.sh
Brian Rosmaita 837937f8d2 Add glance-eventlet-ssl-handshake-broken-py35 job
Blacklist the two currently skipped functional-py35 tests and
include them in a new non-voting job so that their failure is
obvious instead of hidden.

Change-Id: Ice8e114c6590b25f3ec79fbe4c06efaa245706c0
Partial-bug: #1769006
2018-06-05 22:32:28 -04:00

10 lines
204 B
Bash
Executable File

#!/bin/bash -xe
TOX_INI_DIR="$1"
TOX_TMP_DIR="$2"
cat "${TOX_INI_DIR}/serial-functests.txt" \
"${TOX_INI_DIR}/broken-functional-py35-ssl-tests.txt" > \
"${TOX_TMP_DIR}/func-py35-blacklist.txt"