Konstantin Boudnik created BIGTOP-1940:
------------------------------------------
Summary: Consider removing ShellTest#superUserShell from skip-list
Key: BIGTOP-1940
URL: https://issues.apache.org/jira/browse/BIGTOP-1940
Project: Bigtop
Issue Type: Bug
Components: tests
Affects Versions: 0.2.0
Reporter: Konstantin Boudnik
Fix For: 1.1.0
Right now a test that validates iTest's functionality to elevate user
privileges is set to be skipped
{code}
@Ignore("requires sudo")
{code}
the test actually works quite fine if password-less sudo is configured. And
such configuration is a requirement for some other tests as well. Shall we
consider making password-less sudo an official requirement for the tests and
allow this test case?
Another option would be to change {{@Ignote}} to {{@Assume}} and make an
explicit check for password-less sudo
Thoughts?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)