Bug 1569624

Summary: discover-tempest-config does not configure the keystone extensions
Product: Red Hat OpenStack Reporter: Attila Fazekas <afazekas>
Component: openstack-tempestAssignee: Chandan Kumar <chkumar>
Status: CLOSED EOL QA Contact: Arx Cruz <acruz>
Severity: high Docs Contact:
Priority: high    
Version: 8.0 (Liberty)CC: afazekas, apevec, chkumar, lhh, mkopec, slinaber, udesale, whayutin
Target Milestone: zstreamKeywords: Triaged, ZStream
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Triaged
Fixed In Version: openstack-tempest-liberty-20160413.6.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-01 20:40:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Liberty_tempest_test none

Description Attila Fazekas 2018-04-19 15:29:01 UTC
I have deployment without OS-INHERIT keystone api extension enabled but tempest tries to run those tests even after using discover-tempest-config .

discover-tempest-config should populate the available identity features properly.

Comment 1 Martin Kopec 2018-06-11 11:49:14 UTC
It seems the same issue was reported and resolved here:
https://bugzilla.redhat.com/show_bug.cgi?id=1323991

If the solution mentioned there didn't help, please, provide more information like:
 - test which is failing
 - version of openstack-tempest
 - content of tempest.conf used for testing
 - parameters of config_tempest.py used to generate tempest.conf (in RHOS8 there is no discover-tempest-config command)

Comment 3 Attila Fazekas 2018-07-09 11:49:09 UTC
The solution mentioned is not merged and the patch also missing from the rpm.

openstack-tempest-liberty-20160413.4.el7ost.noarch.rpm

The failing tests matching to .*inherits.* test selector.

Example command:
source /root/keystonerc_admin ; /usr/share/openstack-tempest-*/tools/config_tempest.py --debug --create identity.uri $OS_AUTH_URL identity.admin_password $OS_PASSWORD

Comment 5 Martin Kopec 2018-07-12 12:12:53 UTC
I have found the problem. The .*inherits.* tests are executed, because tempest.conf doesn't contain any identity.api_extensions, which means, all extensions are enabled (or allowed to be tested).

The config_tempest discovers identity extensions correctly, however, it doesn't print them to a generated tempest.conf - It's because the SERVICE_EXTENSION_KEY is missing the following key-value pair:

'identity': 'api_extensions',

I've noticed, the change is already present in liberty branch, so just a new package needs to be released.

Comment 10 Martin Kopec 2018-12-12 14:51:22 UTC
Created attachment 1513693 [details]
Liberty_tempest_test

I verified that the package openstack-tempest-liberty-20160413.6.el7ost contains the fix for the issue.
I tested it on OpenStack Liberty installed via packstack, see the output in the attachment.
So when the package will be available in a puddle, the bug can be verified.

Comment 18 Martin Kopec 2019-02-12 08:09:03 UTC
The package containing the fix (openstack-tempest-liberty-20160413.6.el7ost) is available in RHOS-8 repository via latest symlink. Based on my comment #10, I'm moving the status of the bug to VERIFIED.