1 AUTO_TEST_BASE=/android/2.2.0/automated_tests 2 HOME_PATH=/home/rdbp36 3 ANT_LOCATION=/android/apache-ant-1.8.1/bin 4 5 6 ####### INIT SCRIPT USE ONLY, DO NOT MODIFY ########## 7 BUILD_BASE_PATH=/android/2.2.0 8 SOURCE_BASE_PATH=${BUILD_BASE_PATH}/env/code/android/makefile/auto_tests 9 BUILD_INSTALLERS=${BUILD_BASE_PATH}/logs/Android-2.2.0 10 INSTALLER_NAME=studio_linux_gtk_x86_64.jar 11 #comment the line below if you don't want to publish the results on cruisecontrol 12 COPY_LOG=TRUE 13 #comment the line below if the auto tests will run on the current machine 14 SHOW_DISPLAY=10.10.26.211:0.0 15 ####### INIT SCRIPT USE ONLY, DO NOT MODIFY ########## 16 17 AUTO_TEST_TEMP_FILES=${AUTO_TEST_BASE}/temp 18 AUTO_TEST_TEMP_FILES_BUILD=${AUTO_TEST_BASE}/temp #on Linux, should have the same value of the variable above, on Windows, should initiate with c:/ and not /cygdrive 19 AUTO_TEST_FILES=${AUTO_TEST_BASE}/files # This directory contains all necessary dependencies to run automated tests 20 AUTO_TEST_SCRIPT_FILES=${AUTO_TEST_BASE}/files/scripts # configuration files and scripts should be placed here 21 22 23 #Path of the workspace directory 24 WORKSPACE=${AUTO_TEST_TEMP_FILES}/workspace 25 #on Linux, should have the same value of the variable above, on Windows, should initiate with c:/ and not /cygdrive 26 WORKSPACE_BUILD=${AUTO_TEST_TEMP_FILES}/workspace 27 SDK_FOLDER=${AUTO_TEST_FILES}/android-sdk-linux_x86 #Path of the SDK Folder 28 KEYSTORE_SOURCE=${AUTO_TEST_FILES}/motodev.keystore #keystore file (source) 29 KEYSTORE_PATH=${HOME_PATH}/motodevstudio/tools/ #directory where KEYSTORE_SOURCE file will be copied to 30 SWTBOT_FILES=${AUTO_TEST_FILES}/REPO_SWTBOT.zip #Path of the SWTBot Files, on Windows, should initiate with c:/ and not /cygdrive 31 LIBRARY_FILE=${AUTO_TEST_FILES}/library.xml #Path of the 'library.xml' file 32 PLUGIN_FILES=${AUTO_TEST_FILES}/plugin_files/ #Path of the .jar File 33 34 35 #directory where Studio is installed 36 MOTODEV_INSTALLATION_PATH=${AUTO_TEST_TEMP_FILES}/motodev_studio_installed 37 38 #on Linux, should have the same value of the variable above, on Windows, should initiate with c:/ and not /cygdrive 39 MOTODEV_INSTALLATION_PATH_BUILD=${AUTO_TEST_TEMP_FILES}/motodev_studio_installed 40 41 LIBRARY_PATH=${MOTODEV_INSTALLATION_PATH}/plugins/org.eclipse.swtbot.eclipse.junit4.headless_2.0.4.20110304_0338-e5aff47-dev-e36 42 LIBRARY_PATH_BUILD=${MOTODEV_INSTALLATION_PATH_BUILD}/plugins/org.eclipse.swtbot.eclipse.junit4.headless_2.0.4.20110304_0338-e5aff47-dev-e36 43 WORKSPACE_TEMP=${WORKSPACE}/auto_workspace_temp 44 WORKSPACE_TEMP_BUILD=${WORKSPACE_BUILD}/auto_workspace_temp 45 CATEGORY=itc003.ITC003All 46