Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8df75bd6 authored by Florent Didier's avatar Florent Didier
Browse files

[dev] site_hardware_data.rb: add this raw data generator

parent 44af8fb4
No related branches found
No related tags found
No related merge requests found
# coding: utf-8
require 'pp'
require_relative 'site_hardware.rb'
require_relative './site_hardware.rb'
require_relative './mw_utils.rb'
global_hash = load_yaml_file_hierarchy(File.expand_path("../../input/grid5000/", File.dirname(__FILE__)))
sites = global_hash['sites'].keys.sort
pp get_hardware(sites)
pp get_hardware(G5K::SITES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment