diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone/Update-test-core-ETCDIR-location.patch')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone/Update-test-core-ETCDIR-location.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/Update-test-core-ETCDIR-location.patch b/meta-openstack/recipes-devtools/python/python-keystone/Update-test-core-ETCDIR-location.patch deleted file mode 100644 index 458b618..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystone/Update-test-core-ETCDIR-location.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | Update test core ETCDIR location | ||
| 2 | |||
| 3 | Tests in keystone/tests are failed because they | ||
| 4 | looks for some config files at wrong location. | ||
| 5 | Currently all the keystone config files are at | ||
| 6 | /etc/keystone. | ||
| 7 | |||
| 8 | Signed-off-by: Vu Tran <vu.tran@windriver.com> | ||
| 9 | diff --git a/keystone/tests/core.py b/keystone/tests/core.py | ||
| 10 | index 860f68d..565cbcc 100644 | ||
| 11 | --- a/keystone/tests/core.py | ||
| 12 | +++ b/keystone/tests/core.py | ||
| 13 | @@ -77,7 +77,7 @@ LOG = logging.getLogger(__name__) | ||
| 14 | TESTSDIR = os.path.dirname(os.path.abspath(__file__)) | ||
| 15 | ROOTDIR = os.path.normpath(os.path.join(TESTSDIR, '..', '..')) | ||
| 16 | VENDOR = os.path.join(ROOTDIR, 'vendor') | ||
| 17 | -ETCDIR = os.path.join(ROOTDIR, 'etc') | ||
| 18 | +ETCDIR = "/etc/keystone" | ||
| 19 | TMPDIR = os.path.join(TESTSDIR, 'tmp') | ||
| 20 | |||
| 21 | CONF = config.CONF | ||
| 22 | -- | ||
| 23 | 1.7.9.5 | ||
| 24 | |||
