devicetype-library/tests
kaio Guilherme 165a26546d
Fix: Prevent non ascii characters in yaml files issue #2461 (#2508)
* fix yaml to x150-series

* Fix: Prevent non-ASCII characters in YAML files (#2461)

This commit addresses the issue #2461 by updating the test case to detect non-ASCII characters in YAML files. The new check ensures that if any non-ASCII characters are found, the test will fail and provide a clear message listing the problematic characters.
	•	Added a check to identify non-ASCII characters in the content of the YAML files.
	•	If non-ASCII characters are found, the test will now fail with a detailed error message, including the list of non-ASCII characters.

This update helps ensure that YAML files are strictly ASCII-encoded, avoiding potential encoding issues in different environments.
2024-11-15 21:51:42 +00:00
..
definitions_test.py Fix: Prevent non ascii characters in yaml files issue #2461 (#2508) 2024-11-15 21:51:42 +00:00
device_types.py Test Cases: Added VGA denial test case (#2065) 2024-04-03 21:02:47 -04:00
generate-slug-list.py resolving RefResolver deprecation issue in the master slug generator (#2039) 2024-03-27 17:08:02 -04:00
known-modules.pickle Regenerate master slug list after successful PR merge 2024-11-15 21:41:06 +00:00
known-slugs.pickle Regenerate master slug list after successful PR merge 2024-11-15 21:41:06 +00:00
pickle_operations.py Revert submodule test 2024-03-22 15:36:57 -05:00
test_configuration.py updating test code for new jsonschema version. removing old refresolver that is deprecated. updating schemas. (#2038) 2024-03-27 16:53:45 -04:00
yaml_loader.py Revert submodule test 2024-03-22 15:36:57 -05:00