numam-spdk/test
Dariusz Stojaczyk 4f5bf64af1 pep8: fix E305 (2 blank lines after functions)
pep8 2.2.0 fixes E305 check, which currently causes
our check_format.sh to fail.

Checking Python style... Python formatting errors detected
test/lvol/lvol_test.py:12:1: E305 expected 2 blank lines after class or
function definition, found 1
test/vhost/common/run_fio.py:160:1: E305 expected 2 blank lines after
class or function definition, found 1

E305 differs from E302 as follows:
* E302    expected 2 blank lines, found 0
* E305    expected 2 blank lines after end of function or class

Change-Id: I2f6c3e1fa9fcb1b2c6d26690c1c65f39d7447875
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/405208
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-03-27 00:59:37 -04:00
..
app test: move histogram_perf under the app directory 2018-03-23 19:45:09 -04:00
bdev test: move the bdev directory up one level 2018-03-23 19:45:09 -04:00
blobfs test: move test/lib/blobfs under test/blobfs 2018-03-23 19:45:09 -04:00
blobstore autotest_common.sh: move to test/common 2018-02-27 20:37:27 -05:00
common test: move config directory under common directory 2018-03-23 19:45:09 -04:00
cpp_headers build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
ioat test: move lib/ioat up one directory 2018-03-27 00:46:52 -04:00
iscsi_tgt test: move the bdev directory up one level 2018-03-23 19:45:09 -04:00
lib test: move lib/ioat up one directory 2018-03-27 00:46:52 -04:00
lvol pep8: fix E305 (2 blank lines after functions) 2018-03-27 00:59:37 -04:00
nvme test: move lib/nvme up one directory 2018-03-27 00:46:52 -04:00
nvmf test: move lib/nvme up one directory 2018-03-27 00:46:52 -04:00
pmem autotest: add test completion tracking 2018-03-01 17:13:41 -05:00
unit test/unittest.sh: ignore dpdk in ut_coverage 2018-03-23 12:43:15 -04:00
vhost pep8: fix E305 (2 blank lines after functions) 2018-03-27 00:59:37 -04:00
Makefile test: move lib/nvme up one directory 2018-03-27 00:46:52 -04:00
spdk_cunit.h scripts/check_format: check for spaces before tabs 2018-03-05 11:09:13 -05:00