From 66bcec82a7ded95f18da3b4ed810792832926d89 Mon Sep 17 00:00:00 2001 From: Coady LaCroix Date: Mon, 2 Oct 2023 16:21:23 -0700 Subject: [PATCH] Move deployment test case to new location Signed-off-by: Coady LaCroix --- tests/functional/deployment/__init__.py | 0 tests/{ecosystem => functional}/deployment/test_deployment.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/functional/deployment/__init__.py rename tests/{ecosystem => functional}/deployment/test_deployment.py (100%) diff --git a/tests/functional/deployment/__init__.py b/tests/functional/deployment/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/ecosystem/deployment/test_deployment.py b/tests/functional/deployment/test_deployment.py similarity index 100% rename from tests/ecosystem/deployment/test_deployment.py rename to tests/functional/deployment/test_deployment.py