Erik-Lamers1 / vnet-manager

Virtual network manager - Manages containers and VMs to create a virtual network setup
MIT License
11 stars 7 forks source link

Don't error out on untested system env #42

Closed Erik-Lamers1 closed 2 years ago

Erik-Lamers1 commented 2 years ago

Previously if the LXC environment checks detected some missing packages or unsupported OS the program would throw a RuntimeError. Now, instead of erroring out, we ask the user if they want to continue, this will enable VNet-manager to run on unsupported systems, at the users own risk

Closes: https://github.com/Erik-Lamers1/vnet-manager/issues/36

codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (fd50c5c) into master (f88bbee) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   96.16%   96.15%   -0.01%     
==========================================
  Files          24       24              
  Lines        1198     1196       -2     
==========================================
- Hits         1152     1150       -2     
  Misses         46       46              
Impacted Files Coverage Δ
vnet_manager/environment/lxc.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more