diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/basic/tier/tier_lookup_heal.t | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/basic/tier/tier_lookup_heal.t b/tests/basic/tier/tier_lookup_heal.t index 2b778f749f9..625b6b747ae 100755 --- a/tests/basic/tier/tier_lookup_heal.t +++ b/tests/basic/tier/tier_lookup_heal.t @@ -63,10 +63,11 @@ TEST [ $ENTRY_COUNT -eq 2 ]  # Heat-up the file  uuidgen > file1 -TEST $CLI volume rebalance $V0 tier start  sleep 5  #Check if the file is promoted  EXPECT_WITHIN $PROMOTE_TIMEOUT "0" file_on_fast_tier file1 +cd; +  cleanup  | 
