File: add-domain-param-in-cliclient-a270fcf35c8f09e6.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-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
fixes:
  - |
    Allow to specify new domain parameters:

    * `user_domain_name`
    * `user_domain_id`
    * `project_domain_name`
    * `project_domain_id`

    for CLIClient class, whose values will be substituted to
    ``--os-user-domain-name``, ``--os-user-domain-id``,
    ``--os-project-domain-name`` and ``--os-project-domain-id`` respectively
    during command execution.

    This allows to prevent possible test failures with authentication in
    Keystone v3. Bug: #1719687