No project description provided
Project description
Tata - Test Automation and Troubleshooting Assistant
Tata is a command-line utility designed for checking the configuration of host machines within specified tasks. It provides a simple and efficient way to automate tests related to host settings.
Supported Tasks
Tata supports the following tasks:
-
check_hostname:
- Verifies that the hostname of the machine matches the specified value.
tasks: - task: check_hostname target_hostname: "test"
-
check_ping:
- Checks if the specified IP address or domain is reachable via ping.
tasks: - task: check_ping target_ip: "127.0.0.1"
Task Configuration
Tasks are defined in a YAML file with the following format:
tasks:
- task: check_hostname
target_hostname: "test"
- task: check_ping
target_ip: "127.0.0.1"
- task: check_ping
target_ip: "ya.ru"
Installation
Preferred method: pipx
pipx install py_tata
py_tata ./tasks.yaml
Alternative method: pip
pip install py_tata
python -m py_tata.cli.app ./tasks.yaml
Supported Python Versions
Tata is compatible with Python versions 3.10 and above.
Thank you for using Tata! If you have any questions or encounter any problems, please don't hesitate to reach out.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_tata-0.1.3.tar.gz.
File metadata
- Download URL: py_tata-0.1.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c314da0e23a60948dbed2436e1684faeabc05908c08f2a4564d659bc2c0c401
|
|
| MD5 |
5f5e08af385ae7e355fb7e313c47952a
|
|
| BLAKE2b-256 |
465376aafa23b7f62c4620a2d77c1efc0244688b546db5f9d74300a54a3e75b7
|
File details
Details for the file py_tata-0.1.3-py3-none-any.whl.
File metadata
- Download URL: py_tata-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75971869b87aa73edce6c7601f6ed6dcfa96f91ce93db5a660abea75c243cc5f
|
|
| MD5 |
a98ffb07e5288d99e8414307b53547e7
|
|
| BLAKE2b-256 |
05782ad02cb8d472fd838c0f745fb91d92742758f9be6845536571f036f912e5
|