- 12 Aug, 2011 11 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Moreover update existing tests in order to simulate real cases.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Even more -- return True in case if all was ok.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Instead of raising ValueError, which is used all the time, except DisconnectedSoftwareTree exception. It allows to have selective detection of software instance problem and allows to test what exactly was told.
-
Łukasz Nowak authored
Treat tree of software instance as graph and simulate requested changes. Before doing any real changes check if graph is still connected. Add utility method to software instance class in order to use collections module and have fast graph walking.
-
- 10 Aug, 2011 7 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Sometimes file grown, but because of previous cache flush. So just try to read it and check few times if expected_text is found inside.
-
Łukasz Nowak authored
-
- 09 Aug, 2011 17 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The order of steps is important in order to trigger underlying bug.
-
Łukasz Nowak authored
Reusing existing code made test unreadable. For now the only safe way to know what is going on is to just define what shall be done.
-
Łukasz Nowak authored
Note: Currently it fails, maybe some work will be required.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It proves up to the end -- that communication with supervisord was done and that service was correctly started.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Additionaly fix small issue with test assertions.
-
Łukasz Nowak authored
Mock netifaces in order to simulate real behaviour of machine. Add another part of "persistence", which allows simulation of network stack.
-
Łukasz Nowak authored
-
- 08 Aug, 2011 5 commits
-
-
Łukasz Nowak authored
Make test more flexible and controlallbe by exposing groups.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Additionally add required "persistence" to test.
-
Łukasz Nowak authored
-