From 576f6cf93cab600f5b9744dab60f715ce4fe08e3 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 10 Jun 2024 14:36:33 -0400 Subject: [PATCH] cephadm: rename test_enclosure to test_host_facts There was a whole file dedicated to the enclosure class from host_facts, but no other tests for host facts. Rename the enclosure test file to cover all of host_facts module (for the future). Signed-off-by: John Mulligan --- src/cephadm/tests/{test_enclosure.py => test_host_facts.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/cephadm/tests/{test_enclosure.py => test_host_facts.py} (100%) diff --git a/src/cephadm/tests/test_enclosure.py b/src/cephadm/tests/test_host_facts.py similarity index 100% rename from src/cephadm/tests/test_enclosure.py rename to src/cephadm/tests/test_host_facts.py -- 2.39.5