tests: preflight-dut scripting

Will use this to set RCRs and such as part of the test environment run
This commit is contained in:
Nathaniel Wesley Filardo 2020-12-31 02:22:02 +00:00
parent 9e5b352836
commit 42e67f4fa2
1 changed files with 10 additions and 0 deletions

10
tests/preflight-dut.lua Normal file
View File

@ -0,0 +1,10 @@
print("\nTAP: 1..1\n")
-- On-DUT configuration of RCRs.
-- XXX NOT YET
-- node.startup{command = '!_init'}
-- Do this in the future so the prompt from dofile gets emitted
tmr.create():alarm(1, tmr.ALARM_SINGLE, function()
print("\nTAP: ok 1 # preflight-dut completed\n")
end)