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:
Hemanth Nakkina 2022-10-12 15:53:14 +05:30
parent 61eca62e7f
commit c71fa71f67
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
../config.yaml

View File

@ -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]