@@ -278,6 +278,7 @@ def test_block_storage_metrics(aggregator, check, dd_run_check):
278
278
'volume_id:9c762008-d70f-44d1-af02-98e1da79ee4b' ,
279
279
'volume_name:first_volume' ,
280
280
'volume_status:in-use' ,
281
+ 'volume_type:lvmdriver-1' ,
281
282
'keystone_server:http://127.0.0.1:8080/identity' ,
282
283
],
283
284
)
@@ -292,6 +293,7 @@ def test_block_storage_metrics(aggregator, check, dd_run_check):
292
293
'volume_id:259b16de-727f-4011-8388-84d17a9ae594' ,
293
294
'volume_name:' ,
294
295
'volume_status:in-use' ,
296
+ 'volume_type:lvmdriver-1' ,
295
297
'keystone_server:http://127.0.0.1:8080/identity' ,
296
298
],
297
299
)
@@ -306,6 +308,7 @@ def test_block_storage_metrics(aggregator, check, dd_run_check):
306
308
'volume_id:9c762008-d70f-44d1-af02-98e1da79ee4b' ,
307
309
'volume_name:first_volume' ,
308
310
'volume_status:in-use' ,
311
+ 'volume_type:lvmdriver-1' ,
309
312
'keystone_server:http://127.0.0.1:8080/identity' ,
310
313
],
311
314
)
@@ -320,6 +323,7 @@ def test_block_storage_metrics(aggregator, check, dd_run_check):
320
323
'volume_id:259b16de-727f-4011-8388-84d17a9ae594' ,
321
324
'volume_name:' ,
322
325
'volume_status:in-use' ,
326
+ 'volume_type:lvmdriver-1' ,
323
327
'keystone_server:http://127.0.0.1:8080/identity' ,
324
328
],
325
329
)
@@ -647,6 +651,7 @@ def test_block_storage_volumes_pagination(
647
651
'volume_id:9c762008-d70f-44d1-af02-98e1da79ee4b' ,
648
652
'volume_name:first_volume' ,
649
653
'volume_status:in-use' ,
654
+ 'volume_type:lvmdriver-1' ,
650
655
'keystone_server:http://127.0.0.1:8080/identity' ,
651
656
],
652
657
)
@@ -661,6 +666,7 @@ def test_block_storage_volumes_pagination(
661
666
'volume_id:259b16de-727f-4011-8388-84d17a9ae594' ,
662
667
'volume_name:' ,
663
668
'volume_status:in-use' ,
669
+ 'volume_type:lvmdriver-1' ,
664
670
'keystone_server:http://127.0.0.1:8080/identity' ,
665
671
],
666
672
)
@@ -675,6 +681,7 @@ def test_block_storage_volumes_pagination(
675
681
'volume_id:9c762008-d70f-44d1-af02-98e1da79ee4b' ,
676
682
'volume_name:first_volume' ,
677
683
'volume_status:in-use' ,
684
+ 'volume_type:lvmdriver-1' ,
678
685
'keystone_server:http://127.0.0.1:8080/identity' ,
679
686
],
680
687
)
@@ -689,6 +696,7 @@ def test_block_storage_volumes_pagination(
689
696
'volume_id:259b16de-727f-4011-8388-84d17a9ae594' ,
690
697
'volume_name:' ,
691
698
'volume_status:in-use' ,
699
+ 'volume_type:lvmdriver-1' ,
692
700
'keystone_server:http://127.0.0.1:8080/identity' ,
693
701
],
694
702
)
0 commit comments