Giter Club home page Giter Club logo

opentest's Introduction

OpenTest

自动化测试平台

场景

这是一个需要四方参与的测试平台

  • 平台服务方
  • 设备提供方
  • 脚本提供方
  • 需求提出方

img

架构

img

依赖

  • 软件依赖
    • Python3.5+
    • Django 2.1.5+
    • MySQL5.5+
  • 目录依赖
    • /apps/opentest 运行目录
    • /var/log/logdata 日志目录

安装 MySQL

安装 Python 第三方库

  • pip3 install -r requirement.txt

启动 MySQL

  • Mac
    • mysql.server start
  • CentOS
    • systemctl start mariadb
  • Ubuntu
    • systemctl start mariadb

Django 应用

  • 开发环境
    • python3 manage.py runserver 0.0.0.0:8000
  • 生产环境
    • gunicorn --worker-class=gevent project.wsgi:application -b 0.0.0.0:9000

TODO

  • 简单的统计报告,只需要在task_runtime表中插入数据,只需要实现成功还是失败即可

opentest's People

Contributors

dependabot[bot] avatar wall-e avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

a287157966

opentest's Issues

uuid的格式问题

ValueError at /admin/app/taskruntime/
badly formed hexadecimal UUID string

android_scheduler.py插入taskruntime数据的时候,uuid的格式需要处理一下,增加中划线

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.