canonical / canonical/regress-stack
watcher: Enable skipped tests
- Dominant language
- Python
- Stars
- 4
- Forks
- 21
- Avg merge
- 4d 50m
- Merged PRs (30d)
- 3
Description
The PR #88 enables watcher, although some tests are skipped. They need to be analyzed and check if they can be enabled.
```
{2} setUpClass (watcher_tempest_plugin.tests.api.admin.test_action.TestPatchAction) ... SKIPPED: The microversion range[1.5 - latest] of this test is out of the configuration range[None - None].
{2} setUpClass (watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAuditV11) ... SKIPPED: The microversion range[1.1 - latest] of this test is out of the configuration range[None - None].
{0} setUpClass (watcher_tempest_plugin.tests.api.admin.test_data_model.TestListDataModel) ... SKIPPED: The microversion range[1.3 - latest] of this test is out of the configuration range[None - None].
{3} setUpClass (watcher_tempest_plugin.tests.api.admin.test_audit.TestCreateUpdateDeleteAuditV14) ... SKIPPED: The microversion range[1.4 - latest] of this test is out of the configuration range[None - None].
{4} setUpClass (watcher_tempest_plugin.tests.api.admin.test_data_model.TestNegativeListDataModel) ... SKIPPED: The microversion range[1.3 - latest] of this test is out of the configuration range[None - None].
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the five skipped test classes listed in the issue under watcher_tempest_plugin.tests.api.admin and inspect their microversion configuration and skip conditions. Determine why each configured range is None - None; done means the tests that are compatible with the environment are enabled and pass, while incompatible cases have a documented reason to remain skipped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100