summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_iptables_network.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove mox from nova/tests/unit/test_iptables_network.py"Jenkins2016-06-091-5/+4
|\
| * Remove mox from nova/tests/unit/test_iptables_network.pyNguyen Hung Phuong2016-06-011-5/+4
* | Use assertGreater(A, X) instead of assertTrue(A > X)Alex Szarka2016-06-031-1/+1
|/
* Replace dict.itervalues() with six.itervalues(dict)Victor Stinner2015-05-121-2/+4
* fixed tests in test_iptables_network to work with random PYTHONHASHSEEDTimofey Durakov2015-04-171-4/+4
* Added hacking rule for assertTrue/False(A in B)Sergey Nikitin2015-01-071-11/+9
* Fixes multi-line strings with missing spacesMatthew Gilliard2014-12-051-1/+1
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+277