From 681292f871f31dffaef84f811dfdfd89df23a638 Mon Sep 17 00:00:00 2001 From: sungn Date: Fri, 6 Dec 2019 16:36:52 +0800 Subject: Add energy base scenario and test files Folder of energy contains scripts of energy measurement. File __init__.py make it a module that can be imported. File energy.py contains the main function of energy measurement through redfish API. File test_energy.py test function of energy.py File energy_sample_chassis_output.txt provide a sample output of chassis query. File energy_sample_power_metrics.txt provide sample metrics of power query. This will allow users to collect data of energy consumption of baremetal machines. JIRA: YARDSTICK-1624 Co-authored by: Roland Picard Signed-off-by: sungn Change-Id: Ied86894f3dcc2536f0cb1a044f4591351e5b3270 --- yardstick/benchmark/scenarios/energy/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 yardstick/benchmark/scenarios/energy/__init__.py (limited to 'yardstick/benchmark/scenarios/energy/__init__.py') diff --git a/yardstick/benchmark/scenarios/energy/__init__.py b/yardstick/benchmark/scenarios/energy/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit 1.2.3-korg