From f41767195b7515c86c6070c0b65db035112c6d17 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 9 Mar 2022 17:10:20 +0100 Subject: [PATCH 13/39] Move OpenSSH server config Scanner and related model to the common repository --- .../{el7toel8 => common}/actors/opensshconfigscanner/actor.py | 0 .../actors/opensshconfigscanner/libraries/readopensshconfig.py | 0 .../tests/test_readopensshconfig_opensshconfigscanner.py | 0 repos/system_upgrade/{el7toel8 => common}/models/opensshconfig.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename repos/system_upgrade/{el7toel8 => common}/actors/opensshconfigscanner/actor.py (100%) rename repos/system_upgrade/{el7toel8 => common}/actors/opensshconfigscanner/libraries/readopensshconfig.py (100%) rename repos/system_upgrade/{el7toel8 => common}/actors/opensshconfigscanner/tests/test_readopensshconfig_opensshconfigscanner.py (100%) rename repos/system_upgrade/{el7toel8 => common}/models/opensshconfig.py (100%) diff --git a/repos/system_upgrade/el7toel8/actors/opensshconfigscanner/actor.py b/repos/system_upgrade/common/actors/opensshconfigscanner/actor.py similarity index 100% rename from repos/system_upgrade/el7toel8/actors/opensshconfigscanner/actor.py rename to repos/system_upgrade/common/actors/opensshconfigscanner/actor.py diff --git a/repos/system_upgrade/el7toel8/actors/opensshconfigscanner/libraries/readopensshconfig.py b/repos/system_upgrade/common/actors/opensshconfigscanner/libraries/readopensshconfig.py similarity index 100% rename from repos/system_upgrade/el7toel8/actors/opensshconfigscanner/libraries/readopensshconfig.py rename to repos/system_upgrade/common/actors/opensshconfigscanner/libraries/readopensshconfig.py diff --git a/repos/system_upgrade/el7toel8/actors/opensshconfigscanner/tests/test_readopensshconfig_opensshconfigscanner.py b/repos/system_upgrade/common/actors/opensshconfigscanner/tests/test_readopensshconfig_opensshconfigscanner.py similarity index 100% rename from repos/system_upgrade/el7toel8/actors/opensshconfigscanner/tests/test_readopensshconfig_opensshconfigscanner.py rename to repos/system_upgrade/common/actors/opensshconfigscanner/tests/test_readopensshconfig_opensshconfigscanner.py diff --git a/repos/system_upgrade/el7toel8/models/opensshconfig.py b/repos/system_upgrade/common/models/opensshconfig.py similarity index 100% rename from repos/system_upgrade/el7toel8/models/opensshconfig.py rename to repos/system_upgrade/common/models/opensshconfig.py -- 2.35.3