From 56df4ecd91b1ea38b6f04ad16f61593f7edd90b5 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Mon, 13 Nov 2017 11:12:47 +0530 Subject: [PATCH] Fixed import error of nova-lxd-tempest-plugin * While running nova lxd tempest plugin with tempest, it gives ERROR tempest ImportError: No module named nova_lxd_tempest_plugin.plugin. It can be fixed by adding nova_lxd_tempest_plugin to site packages. Change-Id: Id08618a497b0f9205680a97d31600481b92eab08 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2b8bc72a..2f2fc0d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifier = packages = nova/virt/lxd nova/tests + nova_lxd_tempest_plugin [entry_points] tempest.test_plugins =