Move CSIT to integration/csit repo
[integration/csit.git] / tests / portal / testsuites / integration_robot_properties.py
1 # aaf info - everything is from the private oam network (also called ecomp private network)
2 GLOBAL_AAF_SERVER = "http://10.0.12.1:8101"
3 GLOBAL_AAF_USERNAME = "dgl@openecomp.org"
4 GLOBAL_AAF_PASSWORD = "ecomp_admin"
5 # aai info - everything is from the private oam network (also called ecomp private network)
6 GLOBAL_AAI_SERVER_URL = "https://104.239.249.183:8443"
7 GLOBAL_AAI_USERNAME = "AAI"
8 GLOBAL_AAI_PASSWORD = "AAI"
9 # appc info - everything is from the private oam network (also called ecomp private network)
10 GLOBAL_APPC_SERVER = "http://172.99.68.171:8282"
11 GLOBAL_APPC_USERNAME = "admin"
12 GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
13 # sdc info - everything is from the private oam network (also called ecomp private network)
14 GLOBAL_ASDC_SERVER = "http://104.239.249.58"
15 GLOBAL_ASDC_FE_PORT = "8181"
16 GLOBAL_ASDC_BE_PORT = "8080"
17 GLOBAL_ASDC_BE_USERNAME = "beep"
18 GLOBAL_ASDC_BE_PASSWORD = "boop"
19 # dcae info - everything is from the private oam network (also called ecomp private network)
20 GLOBAL_DCAE_SERVER = "http://146.20.110.86:9998"
21 GLOBAL_DCAE_USERNAME = "console"
22 GLOBAL_DCAE_PASSWORD = "ZjJkYjllMjljMTI2M2Iz"
23 # message router info - everything is from the private oam network (also called ecomp private network)
24 GLOBAL_MR_SERVER = "http://162.209.124.141:3904"
25 # mso info - everything is from the private oam network (also called ecomp private network)
26 GLOBAL_MSO_SERVER = "http://172.99.67.208:8080"
27 GLOBAL_MSO_USERNAME = "InfraPortalClient"
28 GLOBAL_MSO_PASSWORD = "password1$"
29 # openstack info - info to select right info in environment
30 GLOBAL_OPENSTACK_KEYSTONE_SERVER = "https://identity.api.rackspacecloud.com"
31 # packet generate vnf info - everything is from the private oam network (also called ecomp private network)
32 GLOBAL_PACKET_GENERATOR_PORT = "8183"
33 GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
34 GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
35 GLOBAL_PGN_PORT = "2831"
36 # policy info - everything is from the private oam network (also called ecomp private network)
37 GLOBAL_POLICY_SERVER_URL = "http://104.239.249.76:8480"
38 GLOBAL_POLICY_AUTH = "dGVzdHJlc3Q6M2MwbXBVI2gwMUBOMWMz"
39 GLOBAL_POLICY_CLIENTAUTH = "cHl0aG9uOnRlc3Q="
40 GLOBAL_POLICY_HEALTHCHECK_URL = "http://104.239.249.76:6969"
41 GLOBAL_POLICY_USERNAME = "healthcheck"
42 GLOBAL_POLICY_PASSWORD = "zb!XztG34"
43 # portal info - everything is from the private oam network (also called ecomp private network)
44 GLOBAL_PORTAL_SERVER = "http://104.130.31.32:8989"
45 GLOBAL_PORTAL_USERNAME = "demo"
46 GLOBAL_PORTAL_PASSWORD = "demo123456!"
47 # portal information
48 #GLOBAL_PORTAL_URL = "http://vm-ep-dev2.client.research.att.com:8989"
49 GLOBAL_PORTAL_URL = "http://vm-ep-dev3.client.research.att.com:8989"
50 #GLOBAL_PORTAL_URL = "http://portal.api.simpledemo.openecomp.org:8989"
51 GLOBAL_PORTAL_ADMIN_USER = "demo"
52 GLOBAL_PORTAL_ADMIN_PWD = "demo123456!"
53 GLOBAL_APP_ADMIN_USER = "appdemo"
54 GLOBAL_APP_ADMIN_PWD = "appdemo123456!"
55 GLOBAL_STA_USER_USER = "stademo"
56 GLOBAL_STA_USER_PWD = "stademo123456!"
57 #First_Name = "Test20"
58 #Last_Name =  "Demo20"
59 #Email_Address = "Test20@att.com"
60 #LoginID = "TestUser20"
61 #Loginpwd = "Demo1234!"
62 #LoginPwdCheck = "Demo1234!"
63 #Existing_User = "Portal"
64 # sdngc info - everything is from the private oam network (also called ecomp private network)
65 GLOBAL_SDNGC_SERVER = "http://172.99.69.190"
66 GLOBAL_SDNGC_REST_PORT = "8282"
67 GLOBAL_SDNGC_ADMIN_PORT = "8843"
68 GLOBAL_SDNGC_USERNAME = "admin"
69 GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
70 # vid info - everything is from the private oam network (also called ecomp private network)
71 GLOBAL_VID_USERNAME = "demo"
72 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
73 GLOBAL_VID_HEALTH_USERNAME = "Default"
74 GLOBAL_VID_HEALTH_PASSWORD = "AppPassword!1"
75 GLOBAL_VID_SERVER = "http://104.130.12.222:8080"
76 #global selenium info
77 GLOBAL_PROXY_WARNING_TITLE="Notice - Uncategorized Site"
78 GLOBAL_PROXY_WARNING_CONTINUE_XPATH="//a[contains(@href, 'accepted-Notify-Uncategorized')]"
79 # settings for vm to attach vvg too
80 GLOBAL_VVGSERVER_IMAGE = "Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)"
81 GLOBAL_VVGSERVER_FLAVOR = "4 GB General Purpose v1"
82 # dns info
83 GLOBAL_DNS_TRAFFIC_DURATION = "600"