add testnetctlprofile

This commit is contained in:
arcan1s
2014-08-17 14:54:16 +04:00
parent 4cc9d0ec11
commit 1930eeb33c
8 changed files with 323 additions and 20 deletions

View File

@ -80,6 +80,13 @@ void TestNetctlAuto::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");
createTestProfiles();
}
void TestNetctlAuto::cleanupTestCase()
{
removeTestProfiles();
}