mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-09 20:05:53 +00:00
end work on tests
This commit is contained in:
@ -59,6 +59,11 @@ void TestWpaSup::initTestCase()
|
||||
qDebug() << "TODO: unfortunately, some functions which is required to work";
|
||||
qDebug() << "with the working profile isn't tested here (including netctl-auto)";
|
||||
QWARN("Some functions requires root privileges");
|
||||
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