Commit Graph

3 Commits

Author SHA1 Message Date
Oleksandr Mazur
c17b89f1d2 Utils: Client simulator: fix sim not starting using docker
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
2024-11-26 15:15:35 +02:00
Oleksandr Mazur
d70c4d718d Client simulator: use pool of macs with single crt/key
Make client simulator use single cert/key pair with mac
being taken from predefind macs list. This makes it easier
to use simulator, as it doesn't depend upon a big list
of certificates that are expected to match simulated MAC
and so on.

Fixup some python imports to not use relative import,
but rather istruct makefile to pass python path var
that includes relative path.
This is a change required for following commits that
bring automated testing using this simulator.

Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
2024-11-12 13:26:16 +02:00
Paul White
6a0344aa87 cgw: initial commit
Signed-off-by: Paul White <paul@shasta.cloud>
2024-03-17 20:33:16 -07:00