b19c55df4b
This commit migrates the preprovisioned credentials provider from tempest/common into tempest/lib. As part of this 2 dependencies are also migrated to lib: the InvalidTestResource exception class and the tempest.common.fixed_network module. Change-Id: Ib9e909aaaf81f7cb57e2382cec44598e918747b8
12 lines
619 B
YAML
12 lines
619 B
YAML
---
|
|
features:
|
|
- The tempest module tempest.common.preprov_creds which is used to provide
|
|
credentials from a list of preprovisioned resources has been migrated into
|
|
tempest lib at tempest.lib.common.preprov_creds.
|
|
- The InvalidTestResource exception class from tempest.exceptions has been
|
|
migrated into tempest.lib.exceptions
|
|
- The tempest module tempest.common.fixed_network which provided utilities for
|
|
finding fixed networks by and helpers for picking the network to use when
|
|
multiple tenant networks are available has been migrated into tempest lib
|
|
at tempest.lib.common.fixed_network.
|