mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-10 04:15:52 +00:00
end work on tests
This commit is contained in:
@ -99,6 +99,11 @@ void TestNetctlAuto::initTestCase()
|
||||
qDebug() << "with the working profile isn't tested here (including netctl-auto)";
|
||||
QWARN("Some functions requires root privileges");
|
||||
createTestProfiles();
|
||||
if (sendDBusRequest(QString("/ctrl"), QString("Active")).isEmpty()) {
|
||||
helper = false;
|
||||
QWARN("Helper isn't active. DBus tests will be ignored");
|
||||
} else
|
||||
helper = true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user