File: add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (17 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    Add a new parameter called ``bug_type`` to
    ``tempest.lib.decorators.related_bug`` and
    ``tempest.lib.decorators.skip_because`` decorators, which accepts
    2 values:

    * launchpad
    * storyboard

    This offers the possibility of tracking bugs related to tests using
    launchpad or storyboard references. The default value is launchpad
    for backward compatibility.

    Passing in a non-digit ``bug`` value to either decorator will raise
    a ``InvalidParam`` exception (previously ``ValueError``).