go to aimeweb http://aimeweb.us.oracle.com, navigate to BIPLATFORM - 12.2 - 12.2.1.2.0 - LINUX.X64 - latest label, check job results.
Job ID can be found when click Browse the regression results area link.
go to DTE http://dte.us.oracle.com/dte50/faces/home/home.jspx, navigate Monitor tab - job result, you can find result information.
go to the farm machine, you find find all dte topology blocks, cd /ade/<aime1_farmname>/oracle/work/
BI_INSTALL_CONFIG.DOWNLOAD_TEST1: download test code block, you can find all test cases in TESTSRC
you can find which version of bi-test-manifest used in this job. You can refer the latest version in BI_INSTALL_CONFIG.DOWNLOAD_TEST1/import.txt, like com.oracle.biqa.tests:bi-test-manifest:12.2.1.2.0-20160712063206:zip
GRADLE_TEST3_DUP1: execute Gradle tasks block, this is the last one block in topology, you can find error info in localTaskProcess.err, there is a url like file:///... you can open it with firefox url in vnc
All config info is store in import.txt, you can modify it and re run this block.
if you want to re run a block, you can chmod 777 runBlock.cmd, then ./runBlock.cmd.
========================================================
When farm env is up, you can go to /ade/<aime1_farmname>/oracle/work/ to check blocks info and results.
You can go to %AUTO_HOME%=usr/local/packages/aime/dte/DTE3 to check every blocks python code.
$ADE_VIEW_ROOT (cd /ade/ziwzhang_dte<random_number>)
When farm env is down, you can go to /net/slcnas551/export/farm_results/BIPLATFORM_12.2.1.2.0_LINUX.X64_T<farm_job_id>/<dte_job_id>.<dte_job_name>
=========================================================
When you see DTE job results have some difs, you want to re-run these dif cases in windows machine, you can use gradle command (passing pamaters in command). What you need to do is giving a new group name for this case. 【run cases in local, you can use bi_platform_test_va.gradle,
when run in DTE, it use build.gradle.】
gradle -b bi_platform_test_va.gradle cleanTest test -DTEST_GROUPS=BIPF_TEST -Dbiee.browser="*firefox" -Dbiee.url.va=http://slc02vzi.us.oracle.com:9502/va -DTEST_INCLUDES=va/mats -Dbiee.result.mode=true -Dbiee.user=weblogic -Dbiee.pwd=welcome1 -Dbiee.cleanup.after.test=true
-DSELENIUM_VERSION=2.53.0
本文介绍在Oracle BI平台进行测试的具体步骤,包括如何在AIME Web和DTE平台上查看作业状态及结果,如何在农场机器上定位并运行测试案例,以及如何使用Gradle命令重新运行特定案例。
1667

被折叠的 条评论
为什么被折叠?



