feat: idle machine polling
This commit is contained in:
parent
ea36d66167
commit
20727a60cd
7 changed files with 198 additions and 0 deletions
5
test/stress/utils/variables.js
Normal file
5
test/stress/utils/variables.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const NUMBER_OF_MACHINES = 4
|
||||
const SERVER_CERT_PATH = `../../certs/Lamassu_OP_Root_CA.pem`
|
||||
const MACHINE_PATH = `../../../lamassu-machine`
|
||||
|
||||
module.exports = { NUMBER_OF_MACHINES, SERVER_CERT_PATH, MACHINE_PATH }
|
||||
Loading…
Add table
Add a link
Reference in a new issue