summaryrefslogtreecommitdiff
path: root/tempest/tests/common/utils
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-05-171-1/+1
* Fix test_stamp_pattern to remove dependency of user supplied volume nameParas Babbar2020-01-241-2/+3
* Fix test_attach_detach_volume test case to not rely on user/libvirt supplied ...Paras Babbar2019-11-231-0/+9
* mke2fs: do not use full pathLucian Petrut2019-08-261-1/+1
* Mark raw strings as suchStephen Finucane2018-07-061-1/+1
* Using fixtures instead of deprecated mockpatch moduleNgo Quoc Cuong2017-05-111-4/+3
* Remove assign_static_ip from old remote_clientKen'ichi Ohmichi2017-03-171-8/+0
* Remove set_nic_state from old remote_clientKen'ichi Ohmichi2017-03-171-9/+0
* Add RemoteClient under tempest.libKen'ichi Ohmichi2017-03-091-1/+1
* Remove get_ip_list()Ken'ichi Ohmichi2017-03-081-17/+0
* Remove get_ram_size_in_mb, get_number_of_vcpus, etcKen'ichi Ohmichi2017-03-071-15/+0
* Introduce flake8-import-orderMasayuki Igawa2017-02-131-1/+1
* Make get_partitions() work for partitioned disksEvgeny Antyshev2016-11-221-7/+14
* neutron: added test case to check connectivity using MTU sized framesIhar Hrachyshka2016-09-221-0/+33
* Change hostname_equals_servername to get_hostnameimran malik2016-06-161-7/+2
* Remove the `file_utils` moduleJordan Pittier2016-05-271-32/+0
* Extend remote client to allow for better debuggingAndrea Frittoli (andreaf)2016-05-051-0/+105
* Fix base unit test class locationMatthew Treinish2016-04-222-2/+2
* Replace Mox with MockJordan Pittier2016-04-141-1/+2
* Use tempest.tests.lib.base instead of tempest.tests.baseJordan Pittier2016-04-112-2/+2
* Merge "Teach Tempest how to count vcpus"Jenkins2015-12-181-1/+1
|\
| * Teach Tempest how to count vcpusMathieu Gagné2015-12-101-1/+1
* | Update configuration options ssh-auth-strategylanoux2015-12-171-1/+1
|/
* Adds test for mac_spoofingYair Fried2015-11-221-2/+5
* Merge "Fix useless usage of Linux utils"Jenkins2015-07-031-2/+1
|\
| * Fix useless usage of Linux utilsAlexander Gubanov2015-07-011-2/+1
* | Modify RemoteClient to use ssh validation config parametersnithya-ganesan2015-06-251-2/+2
|/
* Merge "Extend PATH and set -o pipefail in linux ssh"Jenkins2015-05-291-4/+6
|\
| * Extend PATH and set -o pipefail in linux sshEvgeny Antyshev2015-04-241-4/+6
* | Use six.moves.builtins to mock open in unit testsMatthew Treinish2015-05-121-1/+2
|/
* Update linux client to support basic MTU testingRichard Winters2015-04-151-5/+7
* Update all Oslo module useDoug Hellmann2015-03-111-2/+2
* Remove migrated utils codeMatthew Treinish2015-03-062-165/+0
* Use "ip" instead of "ifconfig" to get MAC addressShang Yong2014-10-241-1/+1
* Hacking rule to forbid resource unsafe fixturesAndrea Frittoli2014-10-071-1/+1
* Merge "Add unittests for remote client"Jenkins2014-06-172-0/+150
|\
| * Add unittests for remote clientMauro S. M. Rodrigues2014-06-112-0/+150
* | Enable H302 rule everywhereMatthew Treinish2014-05-181-2/+1
* | Refactor _find_caller into a public test finder utilityMatt Riedemann2014-05-061-0/+36
|/
* Merge "Add unit tests for the tempest.common.utils.file_utils"Jenkins2014-03-211-0/+32
|\
| * Add unit tests for the tempest.common.utils.file_utilsMatthew Treinish2014-03-141-0/+32
* | Add utils.misc unit testsMasayuki Igawa2014-03-171-0/+52
|/
* Add unit test for data_utilsMasayuki Igawa2014-03-102-0/+77