From b1ca067cda3556ad2c40dce07a072f2a1044fcc1 Mon Sep 17 00:00:00 2001 From: Yalei Wang Date: Sun, 12 Oct 2014 01:03:20 +0800 Subject: [PATCH] update the relative path of api_extensions_path the previous path 'unit/extensions' could not be found correctly. Change-Id: Ic8e658e651e99e57d19f6c3390db89650600decd Closes-Bug: 1379711 --- neutron/tests/etc/neutron.conf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/etc/neutron.conf.test b/neutron/tests/etc/neutron.conf.test index 45fcf2941..c636bd272 100644 --- a/neutron/tests/etc/neutron.conf.test +++ b/neutron/tests/etc/neutron.conf.test @@ -12,7 +12,7 @@ bind_host = 0.0.0.0 bind_port = 9696 # Path to the extensions -api_extensions_path = unit/extensions +api_extensions_path = neutron/tests/unit/extensions # Paste configuration file api_paste_config = api-paste.ini.test -- 2.45.2