Giter Club home page Giter Club logo

poc's Introduction

Test Runner

Runner Process to run python/bash test scripts

Software Requirements

Ubuntu 18.04

Python 3.5

Docker 18.09.7, build 2d0083d

docker-compose 1.24.1, build 4667896b

Rabbitmq 3

Mysql:8

Python Virtual Environment

Create Python virtual environment

$ virtualenv test_venv -p python3

Activate virtual environment

$ source test_venv/bin/activate

Deactivate virtual environment

$ deactivate

Project Setup

To start/enable docker services:

sudo systemctl docker start

sudo systemctl docker-compose start

Untar project tar at /home directory

sudo tar -xzvf test_runer-1.0.tar.gz

Run build_image.sh

sudo ./build_image.sh

Run docker-compose file to run services

sudo docker-compose up -d 

Run manage.py to run the test files

python manage.py -h

python manage.py -tc=test_files/test_python_scripts.py 

python manage.py -tc=test_files/test_shell_scripts.bats

To check test results

python manage.py -a all   

python manage.py -s test_files/test_python_scripts.py

python manage.py -s test_files/test_shell_scripts.bats

poc's People

Contributors

yanama123 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.