tacker/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data
Itsuro Oda c056e248b2 Move test samples to reduce setuptools warnings
Previously there are a lot of warning messages of setuptools
in the log files of tox jobs. This is mainly caused by test
samples because these are in python codes directories.

This patch moves test samples from under {tacker_root}/tacker/
to under {tacker_root}/samples/.

This patch reduces log messages drastically. For example,
the log file of py38 tox job decreased about 34,000 lines.

Change-Id: I8187ef892c6fe8be323fa5cc20969d298843f1ea
2024-02-15 05:09:29 +00:00
..
csar_invalid_instantiation_level/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_with_invalid_default_instantiation_level/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_with_missing_sw_image_data_in_main_template/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_with_multiple_sw_image_data/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_without_flavour_info/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_without_flavour_info_in_main_template/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_without_instantiation_level/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_without_policies/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_without_sw_image_data/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
csar_without_vnfd_info/Definitions Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
sample_vnfpkg_no_meta_single_vnfd Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
test_csar_utils_common Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00
README Move test samples to reduce setuptools warnings 2024-02-15 05:09:29 +00:00

README

The subdirectories in this path are used to create csar zip files to cover
different test scenarios in test_csar_utils.py module.

* While execution of test cases it creates csar zip file with the use of
 'test_csar_utils_common' and '../common' directory.