Skip to content
forked from eballetbo/igep_qa

Test Software for IGEP Technology based devices.

License

Notifications You must be signed in to change notification settings

ppajuel/igep_qa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGEP-QA
=======

This is overall test software for IGEP Technology based devices, which defines
test scope, test strategy, test configurations as well as test execution cycles.
It will give readers an overview of validation activities done in any IGEP
Technology based devices. It will be the joint effort from IGEP community.

Objectives
==========

Objectives is to validate the functionality of entire hardware and software by
performing different types of tests.

At this moment, the implementation includes:

* Functional Tests
* Stress Tests

Installation
============

Just get it:

.. code-block:: none

      python setup.py install

You will need to have python-setuptools installed on your system. On linux install the
python-setuptools package.

Documentation
=============

In order to generate the documentation you will need to have following packages:

* python-sphinx
* python-pygments
* python-mysql.connector (old mysql-connector-python) (>= 1.0.12)

The mysql-connector-python is available at:

* https://dev.mysql.com/downloads/connector/python/

Once the requirements were installed go to docs directory and run:

.. code-block:: none

      make html

Authors
=======

* Enric Balletbo i Serra <eballetbo [at] gmail.com>
* Pau Pajuelo Llagostera <ppajuelo [at] iseebcn.com>

About

Test Software for IGEP Technology based devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.6%
  • Shell 3.4%