Whamcloud - gitweb
LU-10360 tests: test dynamic NIDs feature 11/39911/42
authorAmir Shehata <ashehata@whamcloud.com>
Tue, 15 Sep 2020 01:18:47 +0000 (18:18 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 4 Oct 2022 19:33:41 +0000 (19:33 +0000)
commit2553f2fc8630061a8b6dbc5504d3f5277cb1cecf
treeb8317a6917d7e83ec2c0ea1cc9c526389195d8eb
parent3facabd3193d7aed14462816b5dda1000841ceea
LU-10360 tests: test dynamic NIDs feature

Add five LUTF test cases to test the following:
1. Enabling/Disabling dynamic_nids module parameter.
2. Allow clients to continue using servers which have changed
   their IP address during a boot cycle.
3. Verify feature is disabled if dynamic_nids module parameter
   is not set.
4. Verify feature is disabled if the dynamic_nids module parameter
   is asymmetrically set.

Test-Parameters: @lnet
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I481c2ae938d07398f6b40af2a1a1db039168ede7
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/39911
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/lutf/Makefile.am
lustre/tests/lutf/python/tests/suite_dynamic-nids/callbacks.py [new file with mode: 0644]
lustre/tests/lutf/python/tests/suite_dynamic-nids/test_dynamic_nids_01.py [new file with mode: 0755]
lustre/tests/lutf/python/tests/suite_dynamic-nids/test_dynamic_nids_02.py [new file with mode: 0644]
lustre/tests/lutf/python/tests/suite_dynamic-nids/test_dynamic_nids_03.py [new file with mode: 0644]
lustre/tests/lutf/python/tests/suite_dynamic-nids/test_dynamic_nids_04.py [new file with mode: 0644]
lustre/tests/lutf/python/tests/suite_dynamic-nids/test_dynamic_nids_05.py [new file with mode: 0644]