From 7ee073db49bc97add94073f805160d03057ad0c2 Mon Sep 17 00:00:00 2001 From: Steve Lewis Date: Tue, 13 Sep 2016 15:06:45 -0700 Subject: [PATCH] Fix os_glance role functional testing Without this change the role is failing functional tests with an "ImportError: No module named yaml" which leads to a Broken Pipe error as seen in change-set 1. Change-Id: I359556db6fa3e9f75dae609966efe59f4794379a --- run_tests.sh | 1 + tests/test-glance-functional.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index 0a49aa3e..32683704 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -53,3 +53,4 @@ for tox_env in $(awk -F= '/envlist/ {print $2}' tox.ini | sed 's/,/ /g'); do fi fi done + diff --git a/tests/test-glance-functional.yml b/tests/test-glance-functional.yml index 7896b3b5..bf39a9c1 100644 --- a/tests/test-glance-functional.yml +++ b/tests/test-glance-functional.yml @@ -22,6 +22,7 @@ - python-glanceclient - python-keystoneclient - httplib2 + - pyyaml - name: Check the glance-api uri: