| #############Properties Required for Executing Test Scripts######################### |
| # Created by Eroma on 9/16/14. |
| # Modified by Eroma on 10/27/14. |
| #################################################################################### |
| |
| pga.username = |
| pga.password = |
| |
| #'Project Name' & 'Project Description' used in creating, searching for the project. This 'Project' is also referred when creating experiments. |
| #**********************************************************************************************************************************************# |
| project.name = August/06/2015 |
| project.description = Selenium_Test_Project |
| |
| # Common Part of the Experiment name. Hint: for your ease this part could be your name; unique value to search for |
| #*****************************************************************************************************************# |
| experiment.name = SLM1- |
| email1 = XXX.BBB@gmail.com |
| email2 = XXX@YYY.com |
| |
| # Common path of the local file path where application input files exists |
| #************************************************************************# |
| local.path = /Users/xxx/Documents/Airavata_PGA_Application_Inputs |
| |
| # PGA gateway Base URL Path |
| #**************************# |
| base.url = https://testdrive.airavata.org/portal/pga/public/ |
| # Two Base URLs exists |
| # DEV URL = http://dev.test-drive.airavata.org/portal/pga/ |
| # PRODUCTION = https://testdrive.airavata.org/portal/pga/public/ |
| |
| |
| # PGA gateway Sub URL |
| #********************# |
| sub.url = home |
| # Two Sub URLs exists |
| # DEV Sub URL = public |
| # PRODUCTION Sub URL = home |