summaryrefslogtreecommitdiffstats
path: root/tests/PySys
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-11-09 11:18:59 +0100
committerGitHub <noreply@github.com>2021-11-09 11:18:59 +0100
commitcd744ad8ad3def52b1a3d14a4064b3c89a070434 (patch)
treeef195bbae61e8dae16de560cdb67bd8add4b95f9 /tests/PySys
parent45891beccba829a9176f444528b89f6173312689 (diff)
[CIT-442] Refactor system test cases (#565)
* Switch to snake case directory names for software-management-end-to-end * Switch to snake case directory names Procedure: ls -1 | grep '-' for i in * ; do git mv $i ${i//-/_} ; done Ignore move into itself errors * Move tests to tedge folder * Move test to smoketest folder * Move tests to analytics folder * Move tests to cloud_c8y * Move test to tedge_connect * Move tests to local_mqtt * Move tests to local_mqtt * Move test to tedge_mapper_c8y * Move test to tedge_mapper_c8y * Move test to smoketests * Move tests to tedge_connect * Rename folder to plugin_apt * Rename folder to plugin_docker * Fix side effects of renaming * Fix sideeffects of renaming * Move device id and port change tests to misc_features * Update readme * Move pythonpath to pysysproject.xml
Diffstat (limited to 'tests/PySys')
-rw-r--r--tests/PySys/Readme.md18
-rw-r--r--tests/PySys/analytics/publish_sawmill_record_statistics/pysystest.xml (renamed from tests/PySys/publish_sawmill_record_statistics/pysystest.xml)0
-rw-r--r--tests/PySys/analytics/publish_sawmill_record_statistics/run.py (renamed from tests/PySys/publish_sawmill_record_statistics/run.py)0
-rw-r--r--tests/PySys/cloud_c8y/c8y_jwt_token_retrieval/pysystest.xml (renamed from tests/PySys/c8y_jwt_token_retrieval/pysystest.xml)0
-rw-r--r--tests/PySys/cloud_c8y/c8y_jwt_token_retrieval/run.py (renamed from tests/PySys/c8y_jwt_token_retrieval/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_noqos/pysystest.xml (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_noqos/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_noqos/run.py (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_noqos/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_qos0/pysystest.xml (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_qos0/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_qos0/run.py (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_qos0/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_qos1/pysystest.xml (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_qos1/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_qos1/run.py (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_qos1/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_qos2/pysystest.xml (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_qos2/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_fail_qos2/run.py (renamed from tests/PySys/local_mqtt_pub_fail/local_mqtt_pub_fail_qos2/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_sub/pysystest.xml (renamed from tests/PySys/local_mqtt_pub_sub/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_sub/run.py (renamed from tests/PySys/local_mqtt_pub_sub/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_sub_nosudo/pysystest.xml (renamed from tests/PySys/local_mqtt_pub_sub_nosudo/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_pub_sub_nosudo/run.py (renamed from tests/PySys/local_mqtt_pub_sub_nosudo/run.py)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_sub_fail/pysystest.xml (renamed from tests/PySys/local_mqtt_sub_fail/pysystest.xml)0
-rw-r--r--tests/PySys/local_mqtt/local_mqtt_sub_fail/run.py (renamed from tests/PySys/local_mqtt_sub_fail/run.py)0
-rw-r--r--tests/PySys/misc_features/invalid_device_id/pysystest.xml (renamed from tests/PySys/device_id/invalid_device_id/pysystest.xml)0
-rw-r--r--tests/PySys/misc_features/invalid_device_id/run.py (renamed from tests/PySys/device_id/invalid_device_id/run.py)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_change_connection_fails/pysystest.xml (renamed from tests/PySys/mqtt_port/mqtt_port_change_connection_fails/pysystest.xml)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_change_connection_fails/run.py (renamed from tests/PySys/mqtt_port/mqtt_port_change_connection_fails/run.py)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_change_connection_works/pysystest.xml (renamed from tests/PySys/mqtt_port/mqtt_port_change_connection_works/pysystest.xml)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_change_connection_works/run.py (renamed from tests/PySys/mqtt_port/mqtt_port_change_connection_works/run.py)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_set/pysystest.xml (renamed from tests/PySys/mqtt_port/mqtt_port_set/pysystest.xml)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_set/run.py (renamed from tests/PySys/mqtt_port/mqtt_port_set/run.py)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_unset/pysystest.xml (renamed from tests/PySys/mqtt_port/mqtt_port_unset/pysystest.xml)0
-rw-r--r--tests/PySys/misc_features/mqtt_port_unset/run.py (renamed from tests/PySys/mqtt_port/mqtt_port_unset/run.py)0
-rw-r--r--tests/PySys/misc_features/valid_device_id/pysystest.xml (renamed from tests/PySys/device_id/valid_device_id/pysystest.xml)0
-rw-r--r--tests/PySys/misc_features/valid_device_id/run.py (renamed from tests/PySys/device_id/valid_device_id/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_fail_noarg/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_fail_noarg/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_fail_noarg/run.py (renamed from tests/PySys/apt_plugin/apt_fail_noarg/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_finalize/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_finalize/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_finalize/run.py (renamed from tests/PySys/apt_plugin/apt_finalize/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_install/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_install/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_install/run.py (renamed from tests/PySys/apt_plugin/apt_install/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_fail/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_install_fail/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_fail/run.py (renamed from tests/PySys/apt_plugin/apt_install_fail/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_install_local_file/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file/run.py (renamed from tests/PySys/apt_plugin/apt_install_local_file/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file_fail/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_install_local_file_fail/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file_fail/run.py (renamed from tests/PySys/apt_plugin/apt_install_local_file_fail/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file_with_version/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_install_local_file_with_version/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file_with_version/run.py (renamed from tests/PySys/apt_plugin/apt_install_local_file_with_version/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file_with_version_fail/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_install_local_file_with_version_fail/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_install_local_file_with_version_fail/run.py (renamed from tests/PySys/apt_plugin/apt_install_local_file_with_version_fail/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_list_format/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_list_format/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_list_format/run.py (renamed from tests/PySys/apt_plugin/apt_list_format/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_prepare/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_prepare/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_prepare/run.py (renamed from tests/PySys/apt_plugin/apt_prepare/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_prepare_install_finalize/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_prepare_install_finalize/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_prepare_install_finalize/run.py (renamed from tests/PySys/apt_plugin/apt_prepare_install_finalize/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_remove/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_remove/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_remove/run.py (renamed from tests/PySys/apt_plugin/apt_remove/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_remove_fail/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_remove_fail/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_remove_fail/run.py (renamed from tests/PySys/apt_plugin/apt_remove_fail/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_install_with_version/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_sequence_install_with_version/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_install_with_version/run.py (renamed from tests/PySys/apt_plugin/apt_sequence_install_with_version/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_install_with_version_fail/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_sequence_install_with_version_fail/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_install_with_version_fail/run.py (renamed from tests/PySys/apt_plugin/apt_sequence_install_with_version_fail/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_remove/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_sequence_remove/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_remove/run.py (renamed from tests/PySys/apt_plugin/apt_sequence_remove/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_remove_with_version/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_sequence_remove_with_version/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_remove_with_version/run.py (renamed from tests/PySys/apt_plugin/apt_sequence_remove_with_version/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_remove_with_version_fail/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_sequence_remove_with_version_fail/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_sequence_remove_with_version_fail/run.py (renamed from tests/PySys/apt_plugin/apt_sequence_remove_with_version_fail/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_update_list/Input/update_list_input (renamed from tests/PySys/apt_plugin/apt_update_list/Input/update_list_input)0
-rw-r--r--tests/PySys/plugin_apt/apt_update_list/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_update_list/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_update_list/run.py (renamed from tests/PySys/apt_plugin/apt_update_list/run.py)0
-rw-r--r--tests/PySys/plugin_apt/apt_wrong_option/pysystest.xml (renamed from tests/PySys/apt_plugin/apt_wrong_option/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_apt/apt_wrong_option/run.py (renamed from tests/PySys/apt_plugin/apt_wrong_option/run.py)0
-rw-r--r--tests/PySys/plugin_apt/environment_apt_plugin.py (renamed from tests/PySys/apt_plugin/environment_apt_plugin.py)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_finalize/pysystest.xml (renamed from tests/PySys/docker_plugin/docker_plugin_finalize/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_finalize/run.py (renamed from tests/PySys/docker_plugin/docker_plugin_finalize/run.py)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_install/pysystest.xml (renamed from tests/PySys/docker_plugin/docker_plugin_install/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_install/run.py (renamed from tests/PySys/docker_plugin/docker_plugin_install/run.py)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_install_with_version/pysystest.xml (renamed from tests/PySys/docker_plugin/docker_plugin_install_with_version/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_install_with_version/run.py (renamed from tests/PySys/docker_plugin/docker_plugin_install_with_version/run.py)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_remove/pysystest.xml (renamed from tests/PySys/docker_plugin/docker_plugin_remove/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_remove/run.py (renamed from tests/PySys/docker_plugin/docker_plugin_remove/run.py)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_remove_with_version/pysystest.xml (renamed from tests/PySys/docker_plugin/docker_plugin_remove_with_version/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_remove_with_version/run.py (renamed from tests/PySys/docker_plugin/docker_plugin_remove_with_version/run.py)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_update/pysystest.xml (renamed from tests/PySys/docker_plugin/docker_plugin_update/pysystest.xml)0
-rw-r--r--tests/PySys/plugin_docker/docker_plugin_update/run.py (renamed from tests/PySys/docker_plugin/docker_plugin_update/run.py)0
-rw-r--r--tests/PySys/plugin_docker/environment_docker_plugin.py (renamed from tests/PySys/docker_plugin/environment_docker_plugin.py)0
-rw-r--r--tests/PySys/pysysproject.xml5
-rw-r--r--tests/PySys/smoketests/publish_flux/pysystest.xml (renamed from tests/PySys/publish_flux/pysystest.xml)0
-rw-r--r--tests/PySys/smoketests/publish_flux/run.py (renamed from tests/PySys/publish_flux/run.py)0
-rw-r--r--tests/PySys/smoketests/publish_sawmill/pysystest.xml (renamed from tests/PySys/publish_sawmill/pysystest.xml)0
-rw-r--r--tests/PySys/smoketests/publish_sawmill/run.py (renamed from tests/PySys/publish_sawmill/run.py)0
-rw-r--r--tests/PySys/smoketests/smoketest_json/pysystest.xml (renamed from tests/PySys/smoketest_json/pysystest.xml)0
-rw-r--r--tests/PySys/smoketests/smoketest_json/run.py (renamed from tests/PySys/smoketest_json/run.py)0
-rw-r--r--