diff options
author | DR695H <dr695h@att.com> | 2019-06-17 12:07:19 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-20 10:07:36 -0400 |
commit | 16a64fa6ab31173d6dddf87bac26f442ba3a8abb (patch) | |
tree | 4659fe4bb09b706ad9a3c12603b2f787db496b27 /resources | |
parent | 4b7409112191919a511ee0ab41ae5804a74bb3cb (diff) |
add missing config properties found
when moving to the new structure of robot libs i noticied these didnt
exist. these cause errors when run on my local so fixing
Issue-ID: TEST-158
Change-Id: I7303e702ddf588c57308774e0cbeb1f0c9461799
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index 6919063..1db75b0 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -130,6 +130,9 @@ GLOBAL_OOF_SNIRO_SERVER_PORT = "8698" #oof user GLOBAL_OOF_OSDF_USERNAME="{{ .Values.oofUsername }}" GLOBAL_OOF_OSDF_PASSWORD="{{ .Values.oofPassword }}" +#oof pci user +GLOBAL_OOF_PCI_USERNAME="{{ .Values.oofOsdfPciOptUsername }}" +GLOBAL_OOF_PCI_PASSWORD="{{ .Values.oofOsdfPciOptPassword }}" # oof cmso global info - everything is from the private oam network (also called onap private network) GLOBAL_OOF_CMSO_PROTOCOL = "https" GLOBAL_OOF_CMSO_SERVER_PORT = "8080" |