From eb0b47fa7d895f726aee1de260f0ed5eaa2731a6 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Wed, 31 Mar 2021 21:16:41 +0200 Subject: [PATCH] Conversion of the test to tmt --- tests/Sanity/pcp-services/main.fmf | 15 +++++++++++++++ tests/Sanity/pcp-services/runtest.sh | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 tests/Sanity/pcp-services/main.fmf diff --git a/tests/Sanity/pcp-services/main.fmf b/tests/Sanity/pcp-services/main.fmf new file mode 100644 index 0000000..b18dd91 --- /dev/null +++ b/tests/Sanity/pcp-services/main.fmf @@ -0,0 +1,15 @@ +summary: Test for BZ#1944150 (Job for pmlogger.service failed because the) +description: | + Bug summary: Job for pmlogger.service failed because the service did not take the steps required by its unit configuration. + Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1944150 +contact: Jan Kuřík +component: +- pcp +test: ./runtest.sh +framework: beakerlib +recommend: +- pcp +- pcp-zeroconf +duration: 15m +extra-summary: /tools/pcp/Sanity/pcp-services +extra-task: /tools/pcp/Sanity/pcp-services diff --git a/tests/Sanity/pcp-services/runtest.sh b/tests/Sanity/pcp-services/runtest.sh index 53bdb2c..781a400 100755 --- a/tests/Sanity/pcp-services/runtest.sh +++ b/tests/Sanity/pcp-services/runtest.sh @@ -26,7 +26,6 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="pcp"