tempest/releasenotes/notes/cleanup-decorator-aliases-e940b6e114e6f481.yaml
Takashi Kajinami 23fa0d2de2 Remove deprecated alias of test decorators (1/2)
These were deprecated during Pike cycle[1] and multiple cycles have
passed since then.

[1] cd36841ca2

Change-Id: I15929c6f2cd472ad96a6b7086ccb8ac81ccbe7c5
2024-03-28 11:40:47 +09:00

10 lines
231 B
YAML

---
upgrade:
- |
The following decorators are no longer available in the ``tempest.test``
module. Use the ``tempest.common.utils`` module instead.
- ``services``
- ``requires_ext``
- ``is_extension_enabled``