]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/rados/test.sh: fix GTEST_OUTPUT path 55297/head
authorVallari Agrawal <val.agl002@gmail.com>
Wed, 24 Jan 2024 09:03:45 +0000 (14:33 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Wed, 24 Jan 2024 09:35:52 +0000 (15:05 +0530)
commit260a76fd9a31b268044cbd84aa09a87c5e776f38
tree1aff381aae139b6fb7abd9f85ba03dfa596853ec
parent035b9e6d75e5f087970339c9350eb3c84731c180
qa/workunits/rados/test.sh: fix GTEST_OUTPUT path

Currently, GTEST_OUTPUT is hardcoded to
'/home/ubuntu/cephtest/archive/gtest_xml_report'.
It causes errors on non-ubuntu OS.

This PR changes that to instead save all xml outputs to
TESTDIR or new tmp directory. This still saves xml files
in teuthology archive and fixes potential errors for local
test runs on non-ubuntu based OS.

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
qa/tasks/workunit.py
qa/workunits/rados/test.sh