aprsd/tests
Hemna e13ca0061a Convert config to oslo_config
This patch is the initial conversion of the custom config
and config file yaml format to oslo_config's configuration mechanism.

The resulting config format is now an ini type file.

The default location is ~/.config/aprsd/aprsd.conf

This is a backwards incompatible change.  You will have to rebuild
the config file and edit it.

Also any aprsd plugins can now define config options in code and
add an setup.cfg entry_point definition
oslo_config.opts  =
  foo.conf = foo.conf:list_opts
2022-12-24 16:51:40 -05:00
..
cmds Change RX packet processing to enqueu 2022-12-18 08:52:58 -05:00
plugins More messaging -> packets cleanup 2022-12-16 15:58:03 -05:00
__init__.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fake.py More messaging -> packets cleanup 2022-12-16 15:58:03 -05:00
test_email.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
test_main.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
test_packets.py Added rain formatting unit tests to WeatherPacket 2022-12-22 12:04:17 -05:00
test_plugin.py Removed watchlist plugins 2022-12-21 11:18:26 -05:00