public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH storage 1/2] test: bwlimit: fix test description
@ 2022-11-23 11:40 Fiona Ebner
  2022-11-23 11:40 ` [pve-devel] [PATCH storage 2/2] get bandwidth limit: improve detecting if storages are involved Fiona Ebner
  2022-11-24  7:29 ` [pve-devel] applied-series: [PATCH storage 1/2] test: bwlimit: fix test description Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Ebner @ 2022-11-23 11:40 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 test/run_bwlimit_tests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run_bwlimit_tests.pl b/test/run_bwlimit_tests.pl
index 8488637..5e59bf0 100755
--- a/test/run_bwlimit_tests.pl
+++ b/test/run_bwlimit_tests.pl
@@ -188,7 +188,7 @@ my @tests = (
     [ ['move',    ['nolimit', 'd20m40r30'],   undef],     40, 'multiple storages specific limit with privileges on one of them (default limited) (move)' ],
     [ ['restore', ['nolimit', 'd20m40r30'],   undef],     30, 'multiple storages specific limit with privileges on one of them (default limited) (restore)' ],
     [ ['restore', ['d20m40r30', 'm50'],         200],     60, 'multiple storages specific limit with privileges on one of them (global default limited) (restore)' ],
-    [ ['move',    ['nolimit', undef ],          40] ,     40, 'multiple storages one undefined, passing 100 (move)' ],
+    [ ['move',    ['nolimit', undef ],          40] ,     40, 'multiple storages one undefined, passing 40 (move)' ],
 );
 
 foreach my $t (@tests) {
-- 
2.30.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-24  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 11:40 [pve-devel] [PATCH storage 1/2] test: bwlimit: fix test description Fiona Ebner
2022-11-23 11:40 ` [pve-devel] [PATCH storage 2/2] get bandwidth limit: improve detecting if storages are involved Fiona Ebner
2022-11-24  7:29 ` [pve-devel] applied-series: [PATCH storage 1/2] test: bwlimit: fix test description Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal