Skip to main content

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:

  1. check_hostname:

    • Verifies that the hostname of the machine matches the specified value.
    tasks:
      - task: check_hostname
        target_hostname: "test"
    
  2. check_ping:

    • Checks if the specified IP address or domain is reachable via ping.
     tasks:
       - task: check_ping
         target_ip: "127.0.0.1"
    
  3. linux_check_ipv4_forwarding

    tasks:
      - task: linux_check_ipv4_forwarding
        enabled: no
    
  4. linux_check_ipv6_forwarding

    tasks:
      - task: linux_check_ipv6_forwarding
        enabled: no
    

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"

  - task: linux_check_ipv4_forwarding
    enabled: no
  - task: linux_check_ipv6_forwarding
    enabled: no

Installation

Preferred method: pipx

pipx install py_tata
pytata ./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

py_tata-0.1.6.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_tata-0.1.6-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file py_tata-0.1.6.tar.gz.

File metadata

  • Download URL: py_tata-0.1.6.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.1 Windows/10

File hashes

Hashes for py_tata-0.1.6.tar.gz
Algorithm Hash digest
SHA256 5a52642c86cfe9e2a527547a02395d7ba5c99cbac7659bfd56293b182db31a30
MD5 69e6ff3d22a877eeb9ab1adf8fde8a1e
BLAKE2b-256 27e71f986b7e953b667a53a9ee11ec0d3f91c509679e2774c40b1b7ad6840b84

See more details on using hashes here.

File details

Details for the file py_tata-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: py_tata-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.1 Windows/10

File hashes

Hashes for py_tata-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d80aecfd09169604a6d5986eae15d67df1a1af867a283e3225ca50d316c41aaa
MD5 d73a2b746e75042c445e2dd897f6dd4c
BLAKE2b-256 d9c5284819bb61cc5ae5bb7257bf4454b0f261251b11206ba2f66ab833094b1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page