Giter Site home page Giter Site logo

zlopez / kerneltest-harness Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmflinuxtx/kerneltest-harness

0.0 1.0 0.0 206 KB

Fedora automated kernel test harness

Home Page: https://apps.fedoraproject.org/kerneltest

License: GNU General Public License v2.0

Shell 0.87% Ruby 0.66% Python 75.84% CSS 9.60% HTML 12.56% Mako 0.46%

kerneltest-harness's Introduction

================== kerneltest-harness

Fedora automated kernel test harness

Development Setup

Authentication

User authentication is provided by OpenID Connect (OIDC). To authenticate against the development deployment of Fedora's identity provider, run:

$ oidc-register --output-file=client_secrets.json \
  https://iddev.fedorainfracloud.org/ http://localhost:5000

Note: The redirect URL you use (http://localhost:5000 in this case) MUST match the URL you visit in the browser.

You will also need to provide a configuration file, written in TOML, with at least the following settings:

OIDC_CLIENT_SECRETS = "/path/to/client_secrets.json"
OIDC_COOKIE_SECURE = false  # This is only safe because we're redirecting to localhost.

Save the above to config.toml. Finally, run the application with:

FLASK_APP=kerneltest.wsgi FLASK_DEBUG=1 KERNELTEST_CONFIG=config.toml flask run

kerneltest-harness's People

Contributors

pypingou avatar jmflinuxtx avatar rodrigc avatar jeremycline avatar ryanlerch avatar cverna avatar lmacken avatar ralphbean avatar

Watchers

 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.