crasu
crasu
Running this: #nodemcu-uploader --baud 115200 exec dfplayer-test.lua Result in dfplayer-test.lua being executed char by char: ``` opening port /dev/ttyUSB0 with 115200 baud Execute dfplayer-test.lua > p >> = >> r...
## Context The following pr containerizes the agw integ tests #11308. Before we merge this we want to bring the coding style. As this pr is pretty large it might...
## Summary Remove xwf references in nms ## Test Plan - Login to nms works - Unit test work - NMS no longer showes up in gui ## Additonal Information...
## Summary Remove xwf references in scripts ## Test Plan Tested if installation still runs Relates to #13546
## Summary The test_qfi_set_tunnel_flows and test_qfi_delete_tunnel_flows were interdependent before. This Pull request tries to resolve this issue. Added the qfi to the delete call. Before the test_qfi_delete_tunnel_flows did not fail,...
### Your Environment This test has been disabled in #13595. The plan is to reenable it after making it run on a freshly setup dev vm.
**Subtasks** - [x] Set up Magma fork of aioeventlet - [x] Commit patches, readme and notice information to new repository - [x] Create PR - [ ] Merge it -...
## Problem The dockerized agw sessiond container sets kernel parameters via sysctl from inside the container. This requires the container to run with seccomp=unconfined. The kernel parameters set by the...
I want to use this code in another opensource project under MIT license. Do you think it is possible to put a license file in so I do not have...
### Vagrant version Vagrant 2.2.6 ### Host operating system Ubuntu focal ### Guest operating system Ubuntu focal ### Vagrantfile ```ruby Vagrant.configure("2") do |config| config.vm.box = "magmacore/magma_dev" config.vbguest.auto_update = false config.vm.network...