aa_test::test_file_path (private)

 aa_test::test_file_path -install_file_path install_file_path

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Switches:
-install_file_path
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-automated-testing/www/index.tcl packages/acs-automated-testing/ www/index.tcl aa_test::test_file_path aa_test::test_file_path packages/acs-automated-testing/www/index.tcl->aa_test::test_file_path packages/acs-automated-testing/www/server.tcl packages/acs-automated-testing/ www/server.tcl packages/acs-automated-testing/www/server.tcl->aa_test::test_file_path

Testcases:
No testcase defined.
Source code:
    set filename [file tail $install_file_path]
    regexp {^(.+)-(.+)-(.+)\.xml$} $filename match hostname server
    set test_path [file dirname $install_file_path]/${hostname}-${server}-testreport.xml

    return $test_path
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: