Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

servo/intermittent-failure-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csc517ossproject

Phase I Team:

  • Erika Eill
  • Zachary Taylor
  • Adam Weber

Phase II Team:

  • Zachary Taylor
  • Adam Weber
  • Preston Scott
  • John Crick

Intermittent tracker for servo

Project description

Inspired by

There are two major endpoints for this service, record and query.

Record

This is the end point that will record a new entry into the database. It requires the following parameters:

  • test_file - the name of the testfile
  • platform - the platform parameter
  • builder - the test machine (builder)
  • number - the github pull request number

Query

This is the endpoint that will retrieve a result from the database. It requires only one parameter

  • filename - the name of the test file to retrieve

Instructions:

  • python flask_server.py [port]

The database is stored in intermittent_errors.json.

About

Intermittent tracker for servo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.4%
  • HTML 35.0%
  • CSS 2.6%