From 0e5297c9a87c43fe6011c240fbbe754b053da138 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 11 Dec 2013 02:24:24 -0500 Subject: tempest: create per-component test packages and flakes8 To add more complete tempest support, we require flakes8, so it is added to the dependency list. To get the individual component test scripts onto the target, create a $PACKAGE-tests package and add the script. When the tests are required on target, these packages should be added to the install list. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/tempest/tempest_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-extended') diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb index 3e37640..d747905 100644 --- a/meta-openstack/recipes-extended/tempest/tempest_git.bb +++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb @@ -85,5 +85,6 @@ RDEPENDS_${PN} += " \ python-six \ python-iso8601 \ python-mimeparse \ + python-flake8 \ " -- cgit v1.2.3-54-g00ecf