aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/portal/testsuites/integration_robot_properties.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/portal/testsuites/integration_robot_properties.py')
-rw-r--r--test/csit/tests/portal/testsuites/integration_robot_properties.py83
1 files changed, 0 insertions, 83 deletions
diff --git a/test/csit/tests/portal/testsuites/integration_robot_properties.py b/test/csit/tests/portal/testsuites/integration_robot_properties.py
deleted file mode 100644
index cc0558fc7..000000000
--- a/test/csit/tests/portal/testsuites/integration_robot_properties.py
+++ /dev/null
@@ -1,83 +0,0 @@
-# aaf info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_AAF_SERVER = "http://10.0.12.1:8101"
-GLOBAL_AAF_USERNAME = "dgl@openecomp.org"
-GLOBAL_AAF_PASSWORD = "ecomp_admin"
-# aai info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_AAI_SERVER_URL = "https://104.239.249.183:8443"
-GLOBAL_AAI_USERNAME = "AAI"
-GLOBAL_AAI_PASSWORD = "AAI"
-# appc info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_APPC_SERVER = "http://172.99.68.171:8282"
-GLOBAL_APPC_USERNAME = "admin"
-GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
-# sdc info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_ASDC_SERVER = "http://104.239.249.58"
-GLOBAL_ASDC_FE_PORT = "8181"
-GLOBAL_ASDC_BE_PORT = "8080"
-GLOBAL_ASDC_BE_USERNAME = "beep"
-GLOBAL_ASDC_BE_PASSWORD = "boop"
-# dcae info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_DCAE_SERVER = "http://146.20.110.86:9998"
-GLOBAL_DCAE_USERNAME = "console"
-GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
-# message router info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_MR_SERVER = "http://162.209.124.141:3904"
-# mso info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_MSO_SERVER = "http://172.99.67.208:8080"
-GLOBAL_MSO_USERNAME = "InfraPortalClient"
-GLOBAL_MSO_PASSWORD = "password1$"
-# openstack info - info to select right info in environment
-GLOBAL_OPENSTACK_KEYSTONE_SERVER = "https://identity.api.rackspacecloud.com"
-# packet generate vnf info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_PACKET_GENERATOR_PORT = "8183"
-GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
-GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
-GLOBAL_PGN_PORT = "2831"
-# policy info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_POLICY_SERVER_URL = "http://104.239.249.76:8480"
-GLOBAL_POLICY_AUTH = "dGVzdHJlc3Q6M2MwbXBVI2gwMUBOMWMz"
-GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
-GLOBAL_POLICY_HEALTHCHECK_URL = "http://104.239.249.76:6969"
-GLOBAL_POLICY_USERNAME = "healthcheck"
-GLOBAL_POLICY_PASSWORD = "zb!XztG34"
-# portal info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_PORTAL_SERVER = "http://104.130.31.32:8989"
-GLOBAL_PORTAL_USERNAME = "demo"
-GLOBAL_PORTAL_PASSWORD = "demo123456!"
-# portal information
-#GLOBAL_PORTAL_URL = "http://vm-ep-dev2.client.research.att.com:8989"
-GLOBAL_PORTAL_URL = "http://vm-ep-dev3.client.research.att.com:8989"
-#GLOBAL_PORTAL_URL = "http://portal.api.simpledemo.openecomp.org:8989"
-GLOBAL_PORTAL_ADMIN_USER = "demo"
-GLOBAL_PORTAL_ADMIN_PWD = "demo123456!"
-GLOBAL_APP_ADMIN_USER = "appdemo"
-GLOBAL_APP_ADMIN_PWD = "appdemo123456!"
-GLOBAL_STA_USER_USER = "stademo"
-GLOBAL_STA_USER_PWD = "stademo123456!"
-#First_Name = "Test20"
-#Last_Name = "Demo20"
-#Email_Address = "Test20@att.com"
-#LoginID = "TestUser20"
-#Loginpwd = "Demo1234!"
-#LoginPwdCheck = "Demo1234!"
-#Existing_User = "Portal"
-# sdngc info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_SDNGC_SERVER = "http://172.99.69.190"
-GLOBAL_SDNGC_REST_PORT = "8282"
-GLOBAL_SDNGC_ADMIN_PORT = "8843"
-GLOBAL_SDNGC_USERNAME = "admin"
-GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
-# vid info - everything is from the private oam network (also called ecomp private network)
-GLOBAL_VID_USERNAME = "demo"
-GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
-GLOBAL_VID_HEALTH_USERNAME = "Default"
-GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
-GLOBAL_VID_SERVER = "http://104.130.12.222:8080"
-#global selenium info
-GLOBAL_PROXY_WARNING_TITLE="Notice - Uncategorized Site"
-GLOBAL_PROXY_WARNING_CONTINUE_XPATH="//a[contains(@href, 'accepted-Notify-Uncategorized')]"
-# settings for vm to attach vvg too
-GLOBAL_VVGSERVER_IMAGE = "Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)"
-GLOBAL_VVGSERVER_FLAVOR = "4 GB General Purpose v1"
-# dns info
-GLOBAL_DNS_TRAFFIC_DURATION = "600" \ No newline at end of file