Blake Harnden
|
3f1ff113ca
|
small core configuration cleanup
|
2019-09-30 11:51:40 -07:00 |
|
Blake Harnden
|
6b43c00031
|
removed xmlfilever from config, since not used
|
2019-09-30 10:36:27 -07:00 |
|
Blake Harnden
|
1fb99e8690
|
converted info to debug for some corehandlers logging
|
2019-09-30 10:06:10 -07:00 |
|
Blake Harnden
|
d6cf09e4b8
|
updated service loading to catch on_load exceptions and ignore service
|
2019-09-30 09:33:17 -07:00 |
|
bharnden
|
503fa754a9
|
updates to fail early for required executables that are not in PATH
|
2019-09-27 23:29:15 -07:00 |
|
bharnden
|
050297587d
|
consolidated EmaneNode and EmaneNet, renaming EmaneNode to EmaneNet
|
2019-09-27 22:31:56 -07:00 |
|
Blake Harnden
|
b961a8a959
|
updated broker.py logging to not be as noisy by default
|
2019-09-27 15:31:19 -07:00 |
|
bharnden
|
6886746711
|
Merge pull request #292 from coreemu/bug/290-fix-default-pythonpath
fix #290 use pythondir var as base for setting PYTHONLIBDIR
|
2019-09-27 14:25:19 -07:00 |
|
Blake Harnden
|
cd747515ea
|
added python path change to ns3 and simplified substitution, which is not version dependent
|
2019-09-27 12:11:14 -07:00 |
|
Jeff Ahrenholz
|
4b028661ab
|
fix #290 use pythondir var as base for setting PYTHONLIBDIR
|
2019-09-27 11:02:01 -07:00 |
|
Blake Harnden
|
a01ea35f7c
|
bumping configparser version in requirements.txt due to previous version removal
|
2019-09-27 11:01:19 -07:00 |
|
Blake Harnden
|
1277ae4686
|
fleshed out documentation for netclient.py and removed openvswitch.py
|
2019-09-27 10:48:24 -07:00 |
|
bharnden
|
0c002bb491
|
implemented net client for linux and ovs
|
2019-09-26 22:04:29 -07:00 |
|
bharnden
|
b449729a31
|
added net client to consolidate bridge and interface creation
|
2019-09-26 15:20:32 -07:00 |
|
bharnden
|
bdf288ff1d
|
removed is_net_node utility to leverage isinstance as other places are consistently
|
2019-09-26 13:15:46 -07:00 |
|
bharnden
|
b14012e5e9
|
removed node map file and utilities, added formal class methods to session objects and added checks for specific classes where needed
|
2019-09-26 13:00:12 -07:00 |
|
bharnden
|
d5c257fc9b
|
fixed flake8 config to match other tooling
|
2019-09-23 23:28:08 -07:00 |
|
bharnden
|
939203aa46
|
Merge pull request #280 from coreemu/pydocupdates
Pydocupdates
|
2019-09-17 11:56:04 -07:00 |
|
bharnden
|
976f06dc10
|
removed unwanted logging line from corexml.py
|
2019-09-17 10:13:51 -07:00 |
|
Huy Pham
|
22189122e6
|
add text to markdown table headers, fix some return types, fix emane link
|
2019-09-17 09:33:55 -07:00 |
|
bharnden
|
b6d5f23201
|
Merge pull request #275 from NvanAdrichem/master
Disable MAC learning on Wlan networks
|
2019-09-16 21:55:34 -07:00 |
|
Huy Pham
|
b333859d86
|
finish up server.py and fix 2 broken links
|
2019-09-16 12:55:00 -07:00 |
|
Huy Pham
|
edcb3d3472
|
updates on python comments 4:20pm friday
|
2019-09-13 16:21:07 -07:00 |
|
Blake Harnden
|
c0ce07404f
|
moved service validation to debug, to limit error messages causing confusion about failures
|
2019-09-13 13:26:30 -07:00 |
|
Blake Harnden
|
fcee44775a
|
changes to logging, moving logs to debug and removing setnemposition logging that could spam output
|
2019-09-13 13:13:59 -07:00 |
|
Huy Pham
|
813ddc10c6
|
Merge branch 'develop' into pydocupdates
|
2019-09-13 11:07:43 -07:00 |
|
Huy Pham
|
1843b5f709
|
further updates to python docs and docs files
|
2019-09-13 11:07:04 -07:00 |
|
Blake Harnden
|
5b8a7b1cfd
|
fixed path for example tdma schedule from moving emane tests
|
2019-09-12 16:13:24 -07:00 |
|
Blake Harnden
|
32bfa4b2f9
|
fixed exception catches for get_node expecting KeyError to expect CoreError
|
2019-09-12 15:48:09 -07:00 |
|
Blake Harnden
|
f71e2522dd
|
update Pipfile.lock due to configparser 4.0.1 removal
|
2019-09-12 14:29:56 -07:00 |
|
Huy Pham
|
2bfcc9ef24
|
Merge branch 'develop' into pydocupdates
|
2019-09-12 10:24:23 -07:00 |
|
Huy Pham
|
b43a686d6b
|
initial documentation improvements
|
2019-09-12 10:23:46 -07:00 |
|
bharnden
|
89fe61f312
|
fix for wlan configuration not getting set by default
|
2019-09-11 21:54:07 -07:00 |
|
bharnden
|
935a7da0e9
|
added node delete info logging
|
2019-09-11 15:44:15 -07:00 |
|
bharnden
|
0d5692e7e8
|
updates to try and clean up info logging, moved some statements to debug
|
2019-09-11 15:05:05 -07:00 |
|
bharnden
|
2a4ee68fd9
|
moved ping test method into the emane test itself
|
2019-09-11 13:16:09 -07:00 |
|
bharnden
|
3776e1dda7
|
moved emane dependent tests into subdir, moved pytest config into setup.cfg, added CoreError and made use of in session.py
|
2019-09-11 13:12:42 -07:00 |
|
bharnden
|
58471b168b
|
fixed logging changes to be python2 compatible, small change to Pipfile to support possibility of installing to python2, but python3 required for dev
|
2019-09-11 10:59:06 -07:00 |
|
bharnden
|
0683ea3c22
|
update setup.py to leverage extra_requires and updates to pipfile dependencies
|
2019-09-11 09:37:06 -07:00 |
|
Niels van Adrichem
|
09896b008e
|
Disable MAC learning on Wlan networks
|
2019-09-11 15:27:55 +02:00 |
|
bharnden
|
3e325fcdc7
|
fixed typo in test_links
|
2019-09-10 21:35:47 -07:00 |
|
bharnden
|
b4bc9c23a3
|
updated test_links to avoid running a system command and the need to use iperf/ping
|
2019-09-10 21:33:35 -07:00 |
|
bharnden
|
fb8fc46d0d
|
added pytest/mock to Pipfile, updated setup.cfg to increase max complexity for flake8 to pass for now with plans to decrease in the future
|
2019-09-10 21:12:39 -07:00 |
|
bharnden
|
dee91e97bf
|
changes to fix flake8 issues
|
2019-09-10 21:01:51 -07:00 |
|
bharnden
|
1fc8d647c3
|
added flake8/black, pre-commit integration for flake8/black, and black formatting changes
|
2019-09-10 15:10:24 -07:00 |
|
bharnden
|
d5055f85d3
|
pass over files using isort
|
2019-09-10 14:20:51 -07:00 |
|
bharnden
|
a004285514
|
adding isort/pre-commit dev dependencies and setup.cfg for isort
|
2019-09-10 14:07:46 -07:00 |
|
bharnden
|
6d8099e8c6
|
added pipenv as a recommend use case for development, updated core-daemon script to allow a parameter to pass in the logging configuration
|
2019-09-10 13:39:36 -07:00 |
|
bharnden
|
527a44748d
|
avoid bad check that prevents reverting link configuration to 0
|
2019-07-05 19:06:27 -07:00 |
|
Blake Harnden
|
2cd0f381ea
|
updated ovs service to use fail mode secure
|
2019-07-19 11:35:01 -07:00 |
|