From: Yu Kuai <yukuai3@xxxxxxxxxx> changes in v2: - move lots of functions to rc Yu Kuai (5): tests/throtl: add first test for blk-throttle tests/throtl: add a new test 002 tests/throtl: add a new test 003 tests/throtl: add a new test 004 tests/throtl: add a new test 005 tests/throtl/001 | 39 ++++++++++++++++++ tests/throtl/001.out | 6 +++ tests/throtl/002 | 30 ++++++++++++++ tests/throtl/002.out | 4 ++ tests/throtl/003 | 32 +++++++++++++++ tests/throtl/003.out | 4 ++ tests/throtl/004 | 37 +++++++++++++++++ tests/throtl/004.out | 4 ++ tests/throtl/005 | 37 +++++++++++++++++ tests/throtl/005.out | 3 ++ tests/throtl/rc | 95 ++++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 291 insertions(+) create mode 100755 tests/throtl/001 create mode 100644 tests/throtl/001.out create mode 100755 tests/throtl/002 create mode 100644 tests/throtl/002.out create mode 100755 tests/throtl/003 create mode 100644 tests/throtl/003.out create mode 100755 tests/throtl/004 create mode 100644 tests/throtl/004.out create mode 100755 tests/throtl/005 create mode 100644 tests/throtl/005.out create mode 100644 tests/throtl/rc -- 2.39.2