* <b>Q</b>: Why my [[ZDTM Test Suite|test]] cannot do privileged operation, though I run zdtm.py as root?
* <b>Q</b>: Why my [[ZDTM Test Suite|test]] cannot do privileged operation, though I run zdtm.py as root?
* <b>A</b>: That's because zdtm.py runs all sub-tests from non-existing non-root user. If you need root prio in your sub-test add <code>'flags': 'suid'</code> into test's .desc file.
* <b>A</b>: That's because zdtm.py runs all sub-tests from non-existing non-root user. If you need root prio in your sub-test add <code>'flags': 'suid'</code> into test's .desc file.
+
+
+
* <b>Q</b>: Is it possible to do [[live migration]] from one server to another with changing the IP address?
+
* <b>A</b>: Quick answer is -- if breaking the connections is OK, then yes. In details it's described [[change IP address|in this article]].