monkey/monkey
Mike Salvatore 10e3c97489 Island: Use Tuple[SocketAddress] for tcp_connections
There are serialization issues when using FrozenSet because pydantic
converts the SocketAddress to a dict, which is not hashable. There are
probably ways to work around this, but it's not worth the effort at thsi
time. If performance becomes an issue (doubtful) we can revisit using a
frozenset instead.
2022-10-05 14:51:31 +03:00
..
common Common: Extract MutableInfectionMonkeyModelConfig 2022-10-05 14:51:30 +03:00
infection_monkey Agent: Use NetworkPort instead of Port 2022-10-05 14:50:02 +03:00
monkey_island Island: Use Tuple[SocketAddress] for tcp_connections 2022-10-05 14:51:31 +03:00
tests Island: Use Tuple[SocketAddress] for tcp_connections 2022-10-05 14:51:31 +03:00
.coveragerc ci: add .coveragerc to omit unit test code from coverage report 2021-01-17 20:20:06 -05:00
codecov.yml
infection_monkey.py
monkey_island.py island: Rename start_island() -> main() 2021-06-03 11:01:03 -04:00