Fix unit tests
Map config.yaml to src/config.yaml for unit tests. Update keystone service username in tests. Change-Id: I9dc93be7c8609903724ffff9e03f7b10fc0990ad
This commit is contained in:
parent
61eca62e7f
commit
c71fa71f67
1
charms/placement-k8s/tests/config.yaml
Symbolic link
1
charms/placement-k8s/tests/config.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../config.yaml
|
@ -107,7 +107,7 @@ class TestPlacementOperatorCharm(test_utils.CharmTestCase):
|
||||
project_domain_name = None
|
||||
user_domain_name = None
|
||||
project_name = None
|
||||
username = None
|
||||
username = svcuser1
|
||||
password = svcpass1
|
||||
|
||||
[placement]
|
||||
|
Loading…
x
Reference in New Issue
Block a user