Bug 1030215

Summary: [RFE][beakerlib] support a function to turn off/on the avc check;
Product: [Fedora] Fedora Reporter: JianHong Yin <jiyin>
Component: beakerlibAssignee: Petr Muller <pmuller>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ohudlick, pmuller, psplicha
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-02 15:53:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description JianHong Yin 2013-11-14 07:56:39 UTC
Description of problem:
Sometimes we write a test case, test some feather; the test PASS
  but beaker report FAIL because avc;
Please support a function so we can select turn off avc check in some cases;

avcCheck off
... some test ...
avccheck on

Version-Release number of selected component (if applicable):
all version

How reproducible:
y

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Petr Muller 2013-12-02 15:53:33 UTC
AVC check is a Beaker thing, and to turn it off like this, we would need an API for it from Beaker/Beah/whatever piece is running above us. AFAIK, there is no such API, so unfortunately CANTFIX