File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ sub run {
4444 set_hostname(get_var(" HOSTNAME" , " susetest" ));
4545
4646 prepare_bond if get_var(' NFS_BOND' ) == " 1" ;
47+ barrier_wait(" NFS_BEFORE_TEST_DONE" );
4748}
4849
4950sub test_flags {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ use utils;
1414sub run {
1515 my $nodes = get_required_var(" MULTIMACHINE_NODES" );
1616 record_info(" #barriers" , $nodes );
17+ barrier_create(" NFS_BEFORE_TEST_DONE" , $nodes );
1718 barrier_create(" NFS_SERVER_ENABLED" , $nodes );
1819 barrier_create(" NFS_CLIENT_ENABLED" , $nodes );
1920 barrier_create(" NFS_SERVER_CHECK" , $nodes );
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ sub run {
111111 systemctl(" enable rpcbind --now" );
112112 systemctl(" is-active rpcbind" );
113113 systemctl(" enable nfs-server --now" );
114+ systemctl(" restart nfs-server" );
114115 systemctl(" is-active nfs-server" );
115116
116117 record_info(" RPC" , script_output(" rpcinfo" ));
You can’t perform that action at this time.
0 commit comments