Skip to content

Commit

Permalink
behave
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Oct 21, 2021
1 parent f902034 commit 9cdee81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/features/hb_report_bugs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feature: hb_report functional test for verifying bugs

@clean
Scenario: Collect corosync.log(bsc#1148874)
When Run "sed -i 's/\(\s*logfile:\s*\).*/\1\/var\/log\/cluster\/corosync.log/' /etc/corosync/corosync.conf" on "hanode1"
When Run "sed -i 's/\(\s+logfile:\s+\).*/\1\/var\/log\/cluster\/corosync.log/' /etc/corosync/corosync.conf" on "hanode1"
And Run "hb_report report" on "hanode1"
And Run "tar jxf report.tar.bz2" on "hanode1"
Then File "corosync.log" not in "report.tar.bz2"
Expand All @@ -56,7 +56,7 @@ Feature: hb_report functional test for verifying bugs
And Run "hb_report report" on "hanode1"
And Run "tar jxf report.tar.bz2" on "hanode1"
Then File "corosync.log" in "report.tar.bz2"
When Run "rm -rf report.tar.gz report" on "hanode1"
When Run "rm -rf report.tar.bz2 report" on "hanode1"

@clean
Scenario: Replace sensitive data(bsc#1163581)
Expand Down

0 comments on commit 9cdee81

Please sign in to comment.