8000 GitHub - Phqen1x/kramden-provision: Utility for OS Load and Final Test stages of the refurbishing process
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Phqen1x/kramden-provision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Tool used by Kramden for OS Load and Final Test stages of the refurbishing process.

Dependencies

sudo apt install python3-gi gir1.2-gtk-4.0 python3-psutil

Running OS Load

cd src/
./osload.py

Running Final Test

cd src/
./finaltest.py

Run Unit Tests

python3 -m unittest discover tests

Installation Instructions

Build

Dependances

  • build-essential
  • meson

Build

rm -rf builddir
meson setup -Dprefix=$HOME/.local builddir
meson compile -C builddir --verbose

Install

meson install -C builddir

Run

$HOME/.local/bin/kramden-provision-osload
$HOME/.local/bin/kramden-provision-finaltest

About

Utility for OS Load and Final Test stages of the refurbishing process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Meson 5.3%
  • Other 1.4%
0