Metadata-Version: 2.1
Name: xoa-core
Version: 1.0.3
Summary: Xena Open Automation framework for developing and integrating test suites.
Home-page: https://github.com/xenadevel/xena-open-automation-core
Author: Artem Constantinov
Author-email: aco@xenanetworks.com
Maintainer: Xena Networks
Maintainer-email: support@xenanetworks.com
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8.9
Description-Content-Type: text/markdown
License-File: LICENSE

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xoa-core) [![PyPI](https://img.shields.io/pypi/v/xoa-core)](https://pypi.python.org/pypi/xoa-core) ![GitHub](https://img.shields.io/github/license/xenadevel/xena-open-automation-core)
# Xena OpenAutomation Core
Xena OpenAutomation (XOA) Core is the framework for managing testing resources and executing different test suites.


## Framework Architecture
![xoa-core Diagram](./diagrams/xoa-core.jpg)


## Description

The XOA Core is an asynchronous Python library that can be represented by 4 subparts:
1. Resources Management System
2. Test Suite Plugin System
3. Test Execution System
4. Data IO System

### 1. Resources Management System

The key functionality is represented in managing and monitoring the state of known testing resources.
Under the hood, it uses the instance of [`xoa_driver`](https://pypi.org/project/xoa-driver/) The library as a representation of the resource. 

> Note:
> [XOA Python API library](https://github.com/xenadevel/xena-open-automation-python-api) (PyPi package name [`xoa_driver`](https://pypi.org/project/xoa-driver/)) is treated as a 3rd party dependency, of which the source code is not included in to XOA Core.

#### Use Case Description


### 2. Test Suite Function Factory
// TODO


### 3. Test Suite Plugin System
// TODO


### 4. Test Execution System
// TODO
