Skip to content

Commit

Permalink
operator_privileged test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
williscool committed Jul 26, 2023
1 parent 592bec1 commit 03d4165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/workload/operator_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe "Operator" do
end
end

it "'operator_privileged' test privileged operator NOT being used" do
it "'operator_privileged' test privileged operator NOT being used", tags: ["operator_test"] do
begin
LOGGING.info `./cnf-testsuite -l info cnf_setup cnf-path=./sample-cnfs/sample_operator`
$?.success?.should be_true
Expand All @@ -116,7 +116,7 @@ describe "Operator" do
end
end

it "'operator_privileged' test if a privileged operator is being used" do
it "'operator_privileged' test if a privileged operator is being used", tags: ["operator_test"] do
begin
LOGGING.info `./cnf-testsuite -l info cnf_setup cnf-path=./sample-cnfs/sample_operator_privileged`
$?.success?.should be_true
Expand Down

0 comments on commit 03d4165

Please sign in to comment.