Test Execution Framework Libraries and Objects. It is an orchestration software that controls the flow of a set of testing scenarios.
Project description
What is Teflo?
TEFLO stands for (T est E xecution F ramework L ibraries and O bjects)
Teflo is an orchestration software that controls the flow of a set of testing scenarios. It is a standalone tool written in Python that includes all aspects of the workflow. It allows users to provision machines, deploy software, execute tests against them and manage generated artifacts and report results.
Teflo Provides structure, readability, extensibility and flexibility by :
providing a YAML file to express a test workflow as a series of steps.
enabling integration of external tooling to execute the test workflow as defined by the steps.
Teflo can be used for an E2E (end to end) multi-product scenario. Teflo handles coordinating the E2E task workflow to drive the scenario execution.
Teflo can be used for an E2E (end to end) multi-product scenario. Teflo handles coordinating the E2E task workflow to drive the scenario execution.
What does an E2E workflow consist of?
At a high level teflo executes the following tasks when processing a scenario.
Provision system resources
Perform system configuration
Install products
Configure products
Install test frameworks
Configure test frameworks
Execute tests
Report results
Destroy system resources
Send Notifications
Teflo has following stages
Provision - Create resources to test against (physical resources, VMs etc)
Orchestrate - Configure the provisioned resources (e.g. install packages on them, run scripts, ansible playbooks etc)
Execute - Execute tests on the configured resources
Report - Send or collect logs from the tests run
Notification - Send email/gchat/slack notification during each stage of teflo run or at the end based on the set triggers
Cleanup - Cleanup all the deployed resources.
These stages can be run individually or together.
Teflo follows a plugable architechture, where users can add different pluggins to support external tools Below is a diagram that gives you a quick overview of the Teflo workflow
To learn more about how to set up and use Teflo please check out https://teflo.readthedocs.io/en/latest/
To know how to create a custom plugin check out https://teflo.readthedocs.io/en/latest/developers/development.html#how-to-write-an-plugin-for-teflo
To know about our release cadence and contribution policy check out https://teflo.readthedocs.io/en/latest/developers/development.html#release-cadence
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file teflo-2.2.4.tar.gz
.
File metadata
- Download URL: teflo-2.2.4.tar.gz
- Upload date:
- Size: 133.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc2ca8ce05d58811a12382bec166faee28df5e1cf5876a8ef02b040c3c78030d |
|
MD5 | f6cd920f520ed8c92a30fab5e1e22b1c |
|
BLAKE2b-256 | c369229c1469f940b9471f282dc8df7d318afaa3b886ef19cd67ea7340c8d9b8 |
Provenance
File details
Details for the file teflo-2.2.4-py2.py3-none-any.whl
.
File metadata
- Download URL: teflo-2.2.4-py2.py3-none-any.whl
- Upload date:
- Size: 183.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34f1486011950d268855fddfefeac3dc8c427816a6d4f8d39bc116d37c3b4eb7 |
|
MD5 | 26bfabdd2977b35df49462f287f5ed40 |
|
BLAKE2b-256 | 757e479fc7824526a946a34162efdc7ef956737b7ab53fbb1147c12346092770 |