From 133b8463d7af98da6f31a946c089a2ad504075e6 Mon Sep 17 00:00:00 2001 From: Andrea Franchini <hello@andreafranchini.com> Date: Thu, 2 Feb 2023 14:23:24 +0100 Subject: [PATCH] Move v2.0 test domlx files into their folder --- tests/doml/{ => v2.0}/nginx-openstack_v2.0_valid_mem_req.domlx | 0 .../{ => v2.0}/nginx-openstack_v2.0_wrong_nginx_source_code.domlx | 0 tests/doml/{ => v2.0}/openstack_template.domlx | 0 tests/doml/{ => v2.0}/saas.domlx | 0 tests/doml/{ => v2.0}/saas_https_no_attrs.domlx | 0 tests/doml/{ => v2.0}/saas_no_https_rule.domlx | 0 tests/doml/{ => v2.0}/saas_wrong_no_iface_sg.domlx | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/doml/{ => v2.0}/nginx-openstack_v2.0_valid_mem_req.domlx (100%) rename tests/doml/{ => v2.0}/nginx-openstack_v2.0_wrong_nginx_source_code.domlx (100%) rename tests/doml/{ => v2.0}/openstack_template.domlx (100%) rename tests/doml/{ => v2.0}/saas.domlx (100%) rename tests/doml/{ => v2.0}/saas_https_no_attrs.domlx (100%) rename tests/doml/{ => v2.0}/saas_no_https_rule.domlx (100%) rename tests/doml/{ => v2.0}/saas_wrong_no_iface_sg.domlx (100%) diff --git a/tests/doml/nginx-openstack_v2.0_valid_mem_req.domlx b/tests/doml/v2.0/nginx-openstack_v2.0_valid_mem_req.domlx similarity index 100% rename from tests/doml/nginx-openstack_v2.0_valid_mem_req.domlx rename to tests/doml/v2.0/nginx-openstack_v2.0_valid_mem_req.domlx diff --git a/tests/doml/nginx-openstack_v2.0_wrong_nginx_source_code.domlx b/tests/doml/v2.0/nginx-openstack_v2.0_wrong_nginx_source_code.domlx similarity index 100% rename from tests/doml/nginx-openstack_v2.0_wrong_nginx_source_code.domlx rename to tests/doml/v2.0/nginx-openstack_v2.0_wrong_nginx_source_code.domlx diff --git a/tests/doml/openstack_template.domlx b/tests/doml/v2.0/openstack_template.domlx similarity index 100% rename from tests/doml/openstack_template.domlx rename to tests/doml/v2.0/openstack_template.domlx diff --git a/tests/doml/saas.domlx b/tests/doml/v2.0/saas.domlx similarity index 100% rename from tests/doml/saas.domlx rename to tests/doml/v2.0/saas.domlx diff --git a/tests/doml/saas_https_no_attrs.domlx b/tests/doml/v2.0/saas_https_no_attrs.domlx similarity index 100% rename from tests/doml/saas_https_no_attrs.domlx rename to tests/doml/v2.0/saas_https_no_attrs.domlx diff --git a/tests/doml/saas_no_https_rule.domlx b/tests/doml/v2.0/saas_no_https_rule.domlx similarity index 100% rename from tests/doml/saas_no_https_rule.domlx rename to tests/doml/v2.0/saas_no_https_rule.domlx diff --git a/tests/doml/saas_wrong_no_iface_sg.domlx b/tests/doml/v2.0/saas_wrong_no_iface_sg.domlx similarity index 100% rename from tests/doml/saas_wrong_no_iface_sg.domlx rename to tests/doml/v2.0/saas_wrong_no_iface_sg.domlx -- GitLab