Commit Graph

11 Commits

Author SHA1 Message Date
Takashi Kajinami e945e18710 Remove some notes no longer valid
setup.py is no longer maintained by the global sync. Also the note
in requirements.txt does not apply since pip 20.3. This also removes
workaround for old python which we no longer support.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2023-June/034073.html

Change-Id: If0ea61f0b13f2a76720f30236aae57045cfc48a6
2023-06-14 04:12:18 +09:00
Zuul b7011c73e6 Merge "Force API test listing even if auth fails" 2018-04-24 21:31:45 +00:00
Cliff Parsons a08034e3d9 Force API test listing even if auth fails
If the heat-tempest-plugin is installed, and the command
"tempest run --list-tests" is issued, the Heat API (Gabbi) tests
will not be listed if the auth_url is unreachable/mis-provisioned,
or if the key authorization-related variables are not provisioned
in the tempest.conf file. The API tests should be listed regardless
of whether or not the plugin can authenticate using keystone.

In the event that the plugin is not configured (or not configured
correctly), or if keystone is not reachable, this commit combined
with the following gabbi fix:

8354d54547

ensures that Gabbi build_tests() returns the list of api tests,
even when keystone cannot be reached due to whatever reason above.

Note that even while running the tests, if the authorization
information is not present or is incorrect, the user will be able
to see the warning logs with the keystoneauth exceptions present.
However, the exceptions will not prevent a test listing from being
given to the user.

Change-Id: I3921f0df245d3745b95d3a312c41b9f9b15c2ba9
Closes-Bug: #1749218
2018-04-20 10:51:45 -05:00
Doug Hellmann a5b1054cc9 remove eventlet
Eventlet is not used by this project so there is no need to list it in
the requirements file.

Change-Id: I055a33f04c9dea86261df144bb09a44ea938b423
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-13 14:49:44 -04:00
OpenStack Proposal Bot ddffb5be2a Updated from global requirements
Change-Id: I86622f4f1acb14d6c373350c67eb8c48dd527fe8
2018-03-15 06:57:42 +00:00
OpenStack Proposal Bot b422e29311 Updated from global requirements
Change-Id: Ia86460d1b6ed26259794439f3d4f0d468432935b
2018-02-17 09:29:40 +00:00
Zane Bitter 5a251bedce Add os-collect-config to requirements
The test that uses os-collect-config, ZaqarSignalTransportTest, is
staying in heat-tempest-plugin and being removed from
heat_integrationtests in the Heat tree. Add it to requirements here so
we can drop it from test-requirements there.

Change-Id: Ieadd9ecac0df4e921f96282f4f807df7ff81c26f
2018-01-23 10:28:28 -05:00
OpenStack Proposal Bot 33f2850867 Updated from global requirements
Change-Id: I6faf098fe84ef32e302eff9c50b047da6db0c822
2018-01-22 10:52:30 +00:00
rabi 322707ca4f Add oslo.messaging to requirements
Change-Id: Id361a254b708005faada557a4d929560e5d5b791
2017-11-18 13:34:00 +05:30
rabi d69f031138 Fix AodhAlarmTest to use gnocchi
This changes the test to use AodhGnocchiAggregationByMetricsAlarm
and add measures using gnocchi api.

Change-Id: I0b2fe154b93d9882b703e95a0b09f139697ceb9a
Closes-Bug: #1727637
2017-11-14 20:28:36 +05:30
rabi d2916d04e0 Initial movement to new repo with cleanup 2017-11-14 20:28:32 +05:30