diff options
author | Mnushkin, Dmitry (dm4252) <dm4252@att.com> | 2019-09-06 15:03:01 -0500 |
---|---|---|
committer | Mnushkin, Dmitry (dm4252) <dm4252@att.com> | 2019-09-06 15:03:01 -0500 |
commit | 6f09e1be817c52ce3685f94a938ee3180525aad9 (patch) | |
tree | c39529bca5093bf21a2386776244cd9fc09247c5 /tests/so/orchestration/resources/properties | |
parent | 8e8379fc709b077fcb2ab3035dd22e2a2a46ed53 (diff) |
Add orchestration project to SO integration testing repository
Add orchestration project containing robot setup for testing
Create and Delete Service Instance that will utilize requests
directed to simulator (SIM) Container and AAI image
Issue-ID: SO-2264
Signed-off-by: Mnushkin, Dmitry (dm4252) <dm4252@att.com>;;;
Change-Id: Iac4ac97fcbe5e73712486547d4a5046387751e5b
Diffstat (limited to 'tests/so/orchestration/resources/properties')
-rw-r--r-- | tests/so/orchestration/resources/properties/cloudRegion.robot | 13 | ||||
-rw-r--r-- | tests/so/orchestration/resources/properties/tenant.robot | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/tests/so/orchestration/resources/properties/cloudRegion.robot b/tests/so/orchestration/resources/properties/cloudRegion.robot new file mode 100644 index 00000000..b38f4285 --- /dev/null +++ b/tests/so/orchestration/resources/properties/cloudRegion.robot @@ -0,0 +1,13 @@ +*** Settings *** +Documentation Properties for CloudRegion + + +*** Variables *** +${cloudOwner} CloudOwner +${cloudRegionId} regionOne +${cloudType} openstack +${ownerDefinedType} LCP +${cloudRegionVersion} 3.0.3 +${cloudZone} TEST1 +${complexName} regionOne +${sriovAutomation} false
\ No newline at end of file diff --git a/tests/so/orchestration/resources/properties/tenant.robot b/tests/so/orchestration/resources/properties/tenant.robot new file mode 100644 index 00000000..2e1ae75d --- /dev/null +++ b/tests/so/orchestration/resources/properties/tenant.robot @@ -0,0 +1,7 @@ +*** Settings *** +Documentation Properties for Tenant + + +*** Variables *** +${aai_tenant_Id} 0422ffb57ba042c0800a29dc85ca70f8 +${aai_tenant_Name} tenantName
\ No newline at end of file |