From 89bd70569733f036b46acfedca625ec91ea47453 Mon Sep 17 00:00:00 2001 From: Thomas Juerges <203795-tjuerges@users.noreply.gitlab.com> Date: Mon, 16 Aug 2021 14:44:36 +0200 Subject: [PATCH] L2SS-245: move auto polling performance test to its own dir --- .../automatic_polling_performance_test.json | 20 +++++++++++++++++++ .../monitoring_performance_test.py | 0 2 files changed, 20 insertions(+) create mode 100644 devices/test/devices/automatic_polling_performance_test/automatic_polling_performance_test.json rename devices/test/devices/{ => automatic_polling_performance_test}/monitoring_performance_test.py (100%) diff --git a/devices/test/devices/automatic_polling_performance_test/automatic_polling_performance_test.json b/devices/test/devices/automatic_polling_performance_test/automatic_polling_performance_test.json new file mode 100644 index 000000000..0fa271289 --- /dev/null +++ b/devices/test/devices/automatic_polling_performance_test/automatic_polling_performance_test.json @@ -0,0 +1,20 @@ +{ + "servers": + { + "monitoring_performance_test": + { + "1": + { + "Monitoring_Performance_Device": + { + "test/monitoring_performance/1": + { + }, + "test/monitoring_performance/2": + { + } + } + } + } + } +} diff --git a/devices/test/devices/monitoring_performance_test.py b/devices/test/devices/automatic_polling_performance_test/monitoring_performance_test.py similarity index 100% rename from devices/test/devices/monitoring_performance_test.py rename to devices/test/devices/automatic_polling_performance_test/monitoring_performance_test.py -- GitLab