diff --git a/lib/refrepo/gen/oar-properties.rb b/lib/refrepo/gen/oar-properties.rb index 421cec68d84f802c105ef46c104e2b9d2eee92e8..594bf023d90034ba8a03f1447d3435703295a89f 100644 --- a/lib/refrepo/gen/oar-properties.rb +++ b/lib/refrepo/gen/oar-properties.rb @@ -175,7 +175,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar } diff --git a/spec/output/bad_best_effort_property_print_stdout.txt b/spec/output/bad_best_effort_property_print_stdout.txt index 48c47943e3b703c71ead40ac70193f8be932c686..b80329da6ce8cae34a0d2b71b590baaf96a9822d 100644 --- a/spec/output/bad_best_effort_property_print_stdout.txt +++ b/spec/output/bad_best_effort_property_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/chassis_unset_print_stdout.txt b/spec/output/chassis_unset_print_stdout.txt index 7b554d35c1d73a70f285e02926f9a434955820f2..ae93482e0680e9fdc3858a7e20317c3379a3fc7f 100644 --- a/spec/output/chassis_unset_print_stdout.txt +++ b/spec/output/chassis_unset_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/configured_misconfigured_cores_print_stdout.txt b/spec/output/configured_misconfigured_cores_print_stdout.txt index b4e99c42946a9bb611211c0ab0f82f6539da9898..88b19e700cfec486f75670d546886f1f2b005ab3 100644 --- a/spec/output/configured_misconfigured_cores_print_stdout.txt +++ b/spec/output/configured_misconfigured_cores_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/configured_misconfigured_gpu_print_stdout.txt b/spec/output/configured_misconfigured_gpu_print_stdout.txt index 02aa7bef2520faf87394a4d56b1fbab1ce7f2ccf..1d3e98d6406b4779d79ed0e17efb5e49dbda045f 100644 --- a/spec/output/configured_misconfigured_gpu_print_stdout.txt +++ b/spec/output/configured_misconfigured_gpu_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/configured_missing_network_interfaces_print_stdout.txt b/spec/output/configured_missing_network_interfaces_print_stdout.txt index 7a64504a582caa47a9a7d8e4841d62639caac7d9..8fe122e5172495f054ed592a238c0af04550a0a1 100644 --- a/spec/output/configured_missing_network_interfaces_print_stdout.txt +++ b/spec/output/configured_missing_network_interfaces_print_stdout.txt @@ -44,7 +44,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/configured_with_disk_print_stdout.txt b/spec/output/configured_with_disk_print_stdout.txt index d7407cc7e146ea7538ac698e25a42be7daf1e308..8620500903cc5ff3310e3aed45d84ccd334cffb3 100644 --- a/spec/output/configured_with_disk_print_stdout.txt +++ b/spec/output/configured_with_disk_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/configured_without_gpu_print_stdout.txt b/spec/output/configured_without_gpu_print_stdout.txt index b4e99c42946a9bb611211c0ab0f82f6539da9898..88b19e700cfec486f75670d546886f1f2b005ab3 100644 --- a/spec/output/configured_without_gpu_print_stdout.txt +++ b/spec/output/configured_without_gpu_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/configured_without_gpu_quirk_cluster_print_stdout.txt b/spec/output/configured_without_gpu_quirk_cluster_print_stdout.txt index b4e99c42946a9bb611211c0ab0f82f6539da9898..88b19e700cfec486f75670d546886f1f2b005ab3 100644 --- a/spec/output/configured_without_gpu_quirk_cluster_print_stdout.txt +++ b/spec/output/configured_without_gpu_quirk_cluster_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/dahu_empty_print_stdout.txt b/spec/output/dahu_empty_print_stdout.txt index 2fcc22417f95972825e4c4c12c45ece8f8d4019b..827e880f3a2457953469068ab61903f1f7e7a757 100644 --- a/spec/output/dahu_empty_print_stdout.txt +++ b/spec/output/dahu_empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/different_value_wattmeters_print_stdout.txt b/spec/output/different_value_wattmeters_print_stdout.txt index 2d165c880336c6ba051164c0f64c65d613942792..a11bc7e7168d2569d6faaa9c42399c1b022e41a9 100644 --- a/spec/output/different_value_wattmeters_print_stdout.txt +++ b/spec/output/different_value_wattmeters_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/empty_contiguous-grouped-by-threads_cpusets_print_stdout.txt b/spec/output/empty_contiguous-grouped-by-threads_cpusets_print_stdout.txt index ebfdb979f25692e6c1180504afbcd5d34ccfd5c1..9aff63a9a06aee23b8527c9048122f5b928ae3cf 100644 --- a/spec/output/empty_contiguous-grouped-by-threads_cpusets_print_stdout.txt +++ b/spec/output/empty_contiguous-grouped-by-threads_cpusets_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/empty_contiguous-including-threads_cpusets_print_stdout.txt b/spec/output/empty_contiguous-including-threads_cpusets_print_stdout.txt index 0dca01f7fe42162c557778211819ed6b444128a3..39211488a27ed509db4398b7e00e4a652994c078 100644 --- a/spec/output/empty_contiguous-including-threads_cpusets_print_stdout.txt +++ b/spec/output/empty_contiguous-including-threads_cpusets_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/empty_print_stdout.txt b/spec/output/empty_print_stdout.txt index 09d8a27dfcd7aba6f74a0d8c57cf16d1304dc92c..7aa05535b4a951343ca24b739592bcb71ed5d804 100644 --- a/spec/output/empty_print_stdout.txt +++ b/spec/output/empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/empty_round_robin_print_stdout.txt b/spec/output/empty_round_robin_print_stdout.txt index 2cfe5a4ceda49b9a7e4f5958a85543a9cb951fb0..a64ee00c9aba09f0750c8f1c734805f67e0151bc 100644 --- a/spec/output/empty_round_robin_print_stdout.txt +++ b/spec/output/empty_round_robin_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/empty_with_disk_print_stdout.txt b/spec/output/empty_with_disk_print_stdout.txt index 2da64d29a37568ad12fafa673d54f5c2ab973de3..464a58379c9dd035b1bcafea7979562f8f522a5e 100644 --- a/spec/output/empty_with_disk_print_stdout.txt +++ b/spec/output/empty_with_disk_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/empty_without_gpu_print_stdout.txt b/spec/output/empty_without_gpu_print_stdout.txt index 2da64d29a37568ad12fafa673d54f5c2ab973de3..464a58379c9dd035b1bcafea7979562f8f522a5e 100644 --- a/spec/output/empty_without_gpu_print_stdout.txt +++ b/spec/output/empty_without_gpu_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graffiti-all-gpus_print_stdout.txt b/spec/output/graffiti-all-gpus_print_stdout.txt index 4e9d48605a37aa317cb43fe81d07b9d255c96193..f3778dc0f42f103191cdc1c3d175eb3e058253d6 100644 --- a/spec/output/graffiti-all-gpus_print_stdout.txt +++ b/spec/output/graffiti-all-gpus_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added-OAR-updated_print_stdout.txt b/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added-OAR-updated_print_stdout.txt index 4e9d48605a37aa317cb43fe81d07b9d255c96193..f3778dc0f42f103191cdc1c3d175eb3e058253d6 100644 --- a/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added-OAR-updated_print_stdout.txt +++ b/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added-OAR-updated_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added_print_stdout.txt b/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added_print_stdout.txt index 456cb8596956d2fb56c5cc57a84506eac9ee1c7a..c60033e89b21dac51145cdcfac2cb091c2f6ce80 100644 --- a/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added_print_stdout.txt +++ b/spec/output/graffiti-gpu-removed-OAR-updated-gpu-re-added_print_stdout.txt @@ -43,7 +43,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graffiti-gpu-removed-OAR-updated_print_stdout.txt b/spec/output/graffiti-gpu-removed-OAR-updated_print_stdout.txt index eb54b2bcd551a08d9c937f5dac7b729ca8339d58..a10bf0d208a16757d74424aecd2e6c5d7c2b898c 100644 --- a/spec/output/graffiti-gpu-removed-OAR-updated_print_stdout.txt +++ b/spec/output/graffiti-gpu-removed-OAR-updated_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graffiti-gpu-removed_print_stdout.txt b/spec/output/graffiti-gpu-removed_print_stdout.txt index 0fc46bd1bd9f878052b847cffc6d7a3a0fb7e729..cc1810390f9bffe59c92f1285a787d2300c19033 100644 --- a/spec/output/graffiti-gpu-removed_print_stdout.txt +++ b/spec/output/graffiti-gpu-removed_print_stdout.txt @@ -43,7 +43,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graffiti_empty_print_stdout.txt b/spec/output/graffiti_empty_print_stdout.txt index 8fe04c0c95cc69dd8939d9c63bf44ce4afc5cd63..b2e2b249c4e4b45b2802d12f89a2706d58c33c6f 100644 --- a/spec/output/graffiti_empty_print_stdout.txt +++ b/spec/output/graffiti_empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/graphite_empty_print_stdout.txt b/spec/output/graphite_empty_print_stdout.txt index 9a7a06ade63ee601aa58abb63811f19d70348577..6299b36a722c3d287f398aefe5bae06c5f115d03 100644 --- a/spec/output/graphite_empty_print_stdout.txt +++ b/spec/output/graphite_empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/grimoire_empty_print_stdout.txt b/spec/output/grimoire_empty_print_stdout.txt index c0dc3f218568525a18b9f610bedadc9245537b92..06936dec58ddff1ec41de29e4ae9ddb6b2c31654 100644 --- a/spec/output/grimoire_empty_print_stdout.txt +++ b/spec/output/grimoire_empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/grue_empty_print_stdout.txt b/spec/output/grue_empty_print_stdout.txt index c33077bc22c51a640dde5ec996cf4911567d4476..54a16573e50640cb70b0c873af08a2e45328887f 100644 --- a/spec/output/grue_empty_print_stdout.txt +++ b/spec/output/grue_empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/grue_nogpus_print_stdout.txt b/spec/output/grue_nogpus_print_stdout.txt index 0dcb5de3ada121820a9aae592b3f261773d6a109..10f2c868a7f2d3db6f5cab2200fd3e0aa9b5108a 100644 --- a/spec/output/grue_nogpus_print_stdout.txt +++ b/spec/output/grue_nogpus_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/missing_property_print_stdout.txt b/spec/output/missing_property_print_stdout.txt index 7b554d35c1d73a70f285e02926f9a434955820f2..ae93482e0680e9fdc3858a7e20317c3379a3fc7f 100644 --- a/spec/output/missing_property_print_stdout.txt +++ b/spec/output/missing_property_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/non_reservable_gpus_print_stdout.txt b/spec/output/non_reservable_gpus_print_stdout.txt index e4bd50fa3a9a470bb483a6787610af8b42e91be5..3f8956eb10560277986c1cfb61dd90045a5114f7 100644 --- a/spec/output/non_reservable_gpus_print_stdout.txt +++ b/spec/output/non_reservable_gpus_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/wattmeters_nil_print_stdout.txt b/spec/output/wattmeters_nil_print_stdout.txt index 23e7dd5c228bed7cd62f7c55f237c47febf73d28..0a7fb63122768001c278d572fa391d9b8b499df5 100644 --- a/spec/output/wattmeters_nil_print_stdout.txt +++ b/spec/output/wattmeters_nil_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/with-data_print_stdout.txt b/spec/output/with-data_print_stdout.txt index 7b554d35c1d73a70f285e02926f9a434955820f2..ae93482e0680e9fdc3858a7e20317c3379a3fc7f 100644 --- a/spec/output/with-data_print_stdout.txt +++ b/spec/output/with-data_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/with_disk_misconfigured_resources_properties_and_disks_print_stdout.txt b/spec/output/with_disk_misconfigured_resources_properties_and_disks_print_stdout.txt index d7407cc7e146ea7538ac698e25a42be7daf1e308..8620500903cc5ff3310e3aed45d84ccd334cffb3 100644 --- a/spec/output/with_disk_misconfigured_resources_properties_and_disks_print_stdout.txt +++ b/spec/output/with_disk_misconfigured_resources_properties_and_disks_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/wrong_variable_type_print_stdout.txt b/spec/output/wrong_variable_type_print_stdout.txt index 7b554d35c1d73a70f285e02926f9a434955820f2..ae93482e0680e9fdc3858a7e20317c3379a3fc7f 100644 --- a/spec/output/wrong_variable_type_print_stdout.txt +++ b/spec/output/wrong_variable_type_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar ############################################# diff --git a/spec/output/yeti_empty_print_stdout.txt b/spec/output/yeti_empty_print_stdout.txt index 3e1777d2723a5987e3f59572fe97035a382318e3..7fb22e9f48d582f3c19786456c688d73e98577e7 100644 --- a/spec/output/yeti_empty_print_stdout.txt +++ b/spec/output/yeti_empty_print_stdout.txt @@ -42,7 +42,8 @@ property_exist 'cpu' || oarproperty -a cpu property_exist 'core' || oarproperty -a core property_exist 'gpudevice' || oarproperty -a gpudevice property_exist 'gpu' || oarproperty -a gpu -property_exist 'gpu_model' || oarproperty -a gpu_model --varchar +property_exist 'disk' || oarproperty -a disk --varchar +property_exist 'diskpath' || oarproperty -a diskpath --varchar #############################################