Blake J. Harnden
|
36082ea32e
|
Merge branch 'emane-cleanup' of git-ssh.web.boeing.com:Boeing-CORE/CORE into emane-cleanup
|
2018-03-20 19:07:08 -07:00 |
|
Blake J. Harnden
|
ba8b73af41
|
added some more logging to emane setup/startup
|
2018-03-21 09:57:08 -07:00 |
|
Blake J. Harnden
|
f5498d0889
|
Merge branch 'rel/5.1' into emane-cleanup
|
2018-03-20 14:49:32 -07:00 |
|
Blake J. Harnden
|
5403b10cef
|
update to set CORE_STATE_DIR to /var
|
2018-03-20 14:49:17 -07:00 |
|
Blake J. Harnden
|
952cd2ffbd
|
Merge branch 'rel/5.1' into emane-cleanup
|
2018-03-20 14:39:32 -07:00 |
|
Blake J. Harnden
|
5629ea0245
|
fixed issue with bad pathing for quagga run state dir
|
2018-03-20 14:38:48 -07:00 |
|
Blake J. Harnden
|
79b2fa8468
|
forgot to remove a line of old emane code in rfpipe
|
2018-03-20 14:35:00 -07:00 |
|
Blake J. Harnden
|
2142586112
|
initial pass to remove support for legacy emane code and focus on newer releases
|
2018-03-19 16:33:36 -07:00 |
|
Blake J. Harnden
|
bc1ef88f82
|
small fix to coresendmsg and client disconnects no longer log as an exception
|
2018-03-16 13:10:34 -07:00 |
|
Blake J. Harnden
|
d46aaa1005
|
Merge branch 'rel/5.1' of git-ssh.web.boeing.com:Boeing-CORE/CORE into rel/5.1
|
2018-03-16 13:01:23 -07:00 |
|
Blake J. Harnden
|
0e38304b18
|
updated tcp handler to not timeout and block waiting for messages
|
2018-03-16 13:01:05 -07:00 |
|
Blake J. Harnden
|
34ce98213d
|
removed udp server due to the hackiness of its interactions with trying to re-use tcp code
|
2018-03-16 13:00:03 -07:00 |
|
Blake J. Harnden
|
ee5bbdd949
|
convenience method created for dealing with udp server cases
|
2018-03-16 12:39:23 -07:00 |
|
Blake J. Harnden
|
7260f823cb
|
updates for dispatching replies from udp handler
|
2018-03-16 12:18:15 -07:00 |
|
Blake J. Harnden
|
76524abbc2
|
adjustment for getting session from udp client
|
2018-03-16 12:13:30 -07:00 |
|
Blake J. Harnden
|
02bcdf617d
|
attempt to correct udp handler
|
2018-03-16 11:46:05 -07:00 |
|
Blake J. Harnden
|
4e5ee1b3ee
|
removed aux server/handler code
|
2018-03-16 11:26:44 -07:00 |
|
Blake J. Harnden
|
e0bbeaf79c
|
update to logging in relation to core
|
2018-03-16 09:39:44 -07:00 |
|
Blake J. Harnden
|
cd7fd43978
|
updates to support emane 1.2.1
|
2018-03-16 09:33:43 -07:00 |
|
Blake J. Harnden
|
188f9420ca
|
added a convenience target for generating all documentation based on existing google code example, fixed a few issues with doc strings
|
2018-03-15 14:31:07 -07:00 |
|
Blake J. Harnden
|
6210e70c80
|
initial cleanup passing over all makefiles and configure.ac
|
2018-03-13 16:20:50 -07:00 |
|
Blake J. Harnden
|
a5370ee28c
|
initial commit removing all related xen code, docs, files
|
2018-03-07 15:47:14 -08:00 |
|
Blake J. Harnden
|
bc1e3e70c9
|
initial pass at removing bsd and code related to using bsd nodes
|
2018-03-07 12:54:19 -08:00 |
|
Blake J. Harnden
|
ec79c7dba3
|
removed some exceptions that were logged but ignore within services
|
2018-03-05 09:20:49 -08:00 |
|
Blake J. Harnden
|
974559843a
|
defined custom core command error that defaults to printing command output as well
|
2018-03-02 16:22:20 -08:00 |
|
Blake J. Harnden
|
29a3496eda
|
expose command exceptions within emane and mobility
|
2018-03-02 15:54:27 -08:00 |
|
Blake J. Harnden
|
fbc749849c
|
updates to expose exceptions from physical nodes as well
|
2018-03-02 14:12:57 -08:00 |
|
Blake J. Harnden
|
a8ee7f35d6
|
updates to check_cmd to just return output, as status is pointless
|
2018-03-02 13:57:50 -08:00 |
|
Blake J. Harnden
|
43554cbb62
|
initial effort to remove swallowing exceptions within internal code
|
2018-03-02 13:39:44 -08:00 |
|
Blake J. Harnden
|
cd77875e64
|
switched pnodes to check commands ran for configuration
|
2018-03-02 09:36:29 -08:00 |
|
Blake J. Harnden
|
513bb7e263
|
fixed issue with refactored mute_detach
|
2018-03-02 09:20:50 -08:00 |
|
Blake J. Harnden
|
00b3c97448
|
further removal and refactoring of methods used within misc/utils.py
|
2018-03-02 09:15:52 -08:00 |
|
Blake J. Harnden
|
6211b09585
|
further cleanup in regards the commands that are being used within core
|
2018-03-01 16:23:58 -08:00 |
|
Blake J. Harnden
|
870d87804b
|
updated commands that return output to strip it before returning
|
2018-03-01 13:46:09 -08:00 |
|
Blake J. Harnden
|
d3bd61ddcf
|
updates to consolidate commands that need to be defined by a new node type
|
2018-03-01 13:21:25 -08:00 |
|
Blake J. Harnden
|
0b8ee7760d
|
reverted refactoring method name until xen/bsd nodes are cleared out
|
2018-03-01 09:26:28 -08:00 |
|
Blake J. Harnden
|
908fb777de
|
updated to vnode on how commands are ran, updated all functions to capture output and raise exceptions when commands fail
|
2018-03-01 09:17:58 -08:00 |
|
Blake J. Harnden
|
719670c895
|
further cleanup to vnode.py and corrections to function docs
|
2018-02-27 16:28:28 -08:00 |
|
Blake J. Harnden
|
01060c50ff
|
Merge branch '5.1_shell_cleanup' of git-ssh.web.boeing.com:Boeing-CORE/CORE into 5.1_shell_cleanup
|
2018-02-27 14:56:18 -08:00 |
|
Blake J. Harnden
|
59f22b12cf
|
minor refactoring to vnode.py
|
2018-02-27 14:56:13 -08:00 |
|
Blake J. Harnden
|
78537d8e95
|
fixed some shell command usage in example files
|
2018-02-27 12:39:12 -08:00 |
|
Blake J. Harnden
|
127d0b0666
|
added a shell command with result, leveraged it usage to get output for failures during addfile and mounting within nodes
|
2018-02-07 19:13:51 -08:00 |
|
Blake J. Harnden
|
ceb2e54679
|
small updates after verifying vcmd return values
|
2018-02-27 10:55:57 -08:00 |
|
Blake J. Harnden
|
6b8ee13f5d
|
initial changes to try and cleanup shell commands used within core
|
2018-02-27 10:48:01 -08:00 |
|
Kevin
|
49a2f77f45
|
Added code to not query sdn information when node is offline
|
2018-02-26 10:52:08 -08:00 |
|
Blake J. Harnden
|
c4a61b269b
|
updates to support dynamic loading of emane models from a custom emane directory
|
2018-02-05 11:22:01 -08:00 |
|
Blake J. Harnden
|
45e82f05b2
|
attempt to better support dynamic emane models
|
2018-02-05 09:01:49 -08:00 |
|
Blake J. Harnden
|
17d5503fb2
|
removed daemon addons directory and refereces
|
2018-01-12 09:50:56 -08:00 |
|
Blake J. Harnden
|
3ce416b610
|
updated test cases to fix old broken code
|
2018-01-09 15:52:29 -08:00 |
|
Blake J. Harnden
|
e4a0069bc3
|
updated configuration to define the core bin dir within constants, updated code to use the core bin dir for vnoded and vcmd, based on using the fpm build system
|
2018-01-04 10:09:35 -08:00 |
|
Blake J. Harnden
|
42bcb1c79d
|
add default node map configuration, to avoid the need to set this up every time
|
2018-01-04 08:19:34 -08:00 |
|
Blake J. Harnden
|
afb6af5f87
|
removed old olog format line
|
2018-01-03 14:40:45 -08:00 |
|
Blake J. Harnden
|
742ad0e3a2
|
removed the usage of logzero, added a formal logging configuration file using json
|
2018-01-03 10:53:34 -08:00 |
|
Blake J. Harnden
|
59e6b6630a
|
added initial fpm commands for building packages and minor updates to support
|
2017-12-21 16:19:12 -08:00 |
|
Blake J. Harnden
|
2c154bb255
|
fixed typo in bridge name for ovs
|
2017-10-03 11:38:58 -07:00 |
|
Blake J. Harnden
|
abc9e06fe1
|
small doc cleanup, updated python specific docs to leverage the sphix rtd theme as well
|
2017-08-18 11:34:25 -07:00 |
|
Blake J. Harnden
|
f55d241b36
|
removed copyright header from all files for core-python and corens3
|
2017-08-18 10:38:27 -07:00 |
|
Blake J. Harnden
|
fc7fb0f76c
|
fixed sendall in sdt, after testing core/sdt3d integration
|
2017-08-16 12:03:32 -07:00 |
|
Blake J. Harnden
|
463618ddf8
|
small refactoring on how node maps are used, added logic to switch to using a map based on bsd nodes using previous logic
|
2017-08-09 10:03:43 -07:00 |
|
Blake J. Harnden
|
67d451c3e9
|
fixed old log imports and dont bail out on tdma model exception
|
2017-08-08 09:17:09 -07:00 |
|
Blake J. Harnden
|
f3863ead73
|
removed service load methids, since they are no longer used, added way for custom service load code to facilitate the unique docker service case
|
2017-08-07 16:40:39 -07:00 |
|
Blake J. Harnden
|
73eea80f51
|
attempt to fix missing updates for sdt, moved broker specific code to broker
|
2017-08-07 15:37:41 -07:00 |
|
Blake J. Harnden
|
8612c73d49
|
worked through a couple todos, removed usage of eval within parsing xml files
|
2017-08-07 13:02:25 -07:00 |
|
Blake J. Harnden
|
e4b280196b
|
switched to making use of logzero for logging, provides nicer color output, and an easier path to switch to rotating log files
|
2017-08-07 11:58:51 -07:00 |
|
Blake J. Harnden
|
76bec9950d
|
more changes to support a common usage of double quotes
|
2017-08-04 14:51:25 -07:00 |
|
Blake J. Harnden
|
2281051edf
|
making usage of double quotes standard for emane files
|
2017-08-04 14:34:44 -07:00 |
|
Blake J. Harnden
|
850cc599c8
|
refactored how services are loaded to be more dynamic
|
2017-08-03 16:33:54 -07:00 |
|
Blake J. Harnden
|
35c48e67a3
|
modified the way custom services can be imported and added a test case to verify the import functionality
|
2017-08-03 14:27:39 -07:00 |
|
Blake J. Harnden
|
78ff7f2189
|
quick pass for small cleanup within bsd nodes
|
2017-08-03 12:44:08 -07:00 |
|
Blake J. Harnden
|
1f9a8879c1
|
quick pass at small xen code cleanup and usage of double quotes
|
2017-08-03 12:04:22 -07:00 |
|
Blake J. Harnden
|
bc1a24e880
|
fixed some refactoring issues with xen and bsd code
|
2017-08-03 09:48:26 -07:00 |
|
Blake J. Harnden
|
d915436c7d
|
added a simple test for a tunnel node, although better testing awwma to require configuration outside of core
|
2017-08-03 09:37:22 -07:00 |
|
Blake J. Harnden
|
b62076c240
|
added test script and test for mobility script testing
|
2017-08-02 16:39:38 -07:00 |
|
Blake J. Harnden
|
05ce19b0c0
|
fixed refactoring issues in mobility.py, fixed issue with parsing config files in a tuple string format
|
2017-08-02 14:07:56 -07:00 |
|
Blake J. Harnden
|
4d21314798
|
fixed renaming issue with sessionid to session_id
|
2017-08-02 12:25:57 -07:00 |
|
Blake J. Harnden
|
350341cda7
|
added various log messages to help with correcting issues, added some for adding tunnels that fixes p2p with distributed core, but teardown for p2p is still broken
|
2017-07-31 09:08:57 -07:00 |
|
Blake J. Harnden
|
e2a932698c
|
appear to have fixed the gui shutdown issue with messages being sent out of order, causing a node to remain with a red box
|
2017-07-27 16:03:27 -07:00 |
|
Blake J. Harnden
|
14a5d11c4e
|
parameterized emane tests, added tdma test, although it is currently failing
|
2017-07-27 14:59:40 -07:00 |
|
Blake J. Harnden
|
832f497d47
|
updated tests to leverage parameterized tests, reduces bloat and make testing the same situation differently much easier
|
2017-07-27 14:17:33 -07:00 |
|
Blake J. Harnden
|
6a875bcd8d
|
added vnodeclient testing, added a run tests script to make testing easier
|
2017-07-27 11:57:01 -07:00 |
|
Blake J. Harnden
|
ebe3b9e3e3
|
added mock for python testing, removed a couple unused methods, added some more quick tests for a variety of interface related methods
|
2017-07-26 16:52:17 -07:00 |
|
Blake J. Harnden
|
62e8ff8731
|
fixed one small sdt renaming issue, updated a gui test case
|
2017-07-26 08:48:59 -07:00 |
|
Blake J. Harnden
|
f767c32643
|
small test cleanup, can isolate to a singular core test fixture
|
2017-07-25 10:16:18 -07:00 |
|
Blake J. Harnden
|
45a11f7586
|
removed session from manager after from server fixes issue in gui with red shutdown box not being removed
|
2017-07-13 10:10:54 -07:00 |
|
Blake J. Harnden
|
ad179438c6
|
fixed issue where config messages were not being broadcasted out
|
2017-07-13 09:36:09 -07:00 |
|
Blake J. Harnden
|
3ba7e3b1a3
|
added broadcasting of node/link messages to multiple session client scenarios
|
2017-07-12 12:39:40 -07:00 |
|
Blake J. Harnden
|
964fdd6793
|
fixed issue causing service configuration loop
|
2017-07-12 10:35:53 -07:00 |
|
Blake J. Harnden
|
d51e80fac8
|
updated emane commeffect test to turn on default connectivity, test now passes
|
2017-07-12 09:29:36 -07:00 |
|
Blake J. Harnden
|
9934ce8d3f
|
fixed issue with core config messages generating file messages, still seems to be an inifinite loop issue
|
2017-07-11 15:51:56 -07:00 |
|
Blake J. Harnden
|
336702a056
|
updated emane tests to use mdr models for the nodes, add a couple extra logs
|
2017-07-11 10:35:08 -07:00 |
|
Blake J. Harnden
|
777e19de93
|
initial effort to try and fix multiple clients to behave as before, includes fixes for guaranteed message ordering of nodes before links when joining a session
|
2017-07-11 08:55:15 -07:00 |
|
Blake J. Harnden
|
673fdc94b5
|
removed unused imports in emane files, refactored emane testing to simplify test cases and reduce repeated code
|
2017-07-10 10:44:10 -07:00 |
|
Blake J. Harnden
|
dced47b588
|
fixed emane version checks, fixed emane config message handling, added initial emane test cases
|
2017-07-10 09:25:33 -07:00 |
|
Blake J. Harnden
|
613e550e8a
|
merged latest code from rodolfos merge from the latest github pull
|
2017-07-06 15:10:50 -07:00 |
|
Blake J. Harnden
|
77890841bc
|
fixed incorrect usage of getattr, the default value can not be a keyword argument
|
2017-07-05 13:43:57 -07:00 |
|
Blake J. Harnden
|
6bfa81f3a8
|
small cleanup to sdn services, added loadservice line to daemon, and updated example service for how current services are coded
|
2017-07-05 13:32:16 -07:00 |
|
Rod A Santiago
|
55a6e2dcef
|
merged cleanup branch with master
|
2017-06-19 18:09:28 -07:00 |
|
Rod A Santiago
|
0a91fe7a3e
|
merged cleanup branch with master
|
2017-06-19 18:03:39 -07:00 |
|
Blake J. Harnden
|
1caa6ab8c9
|
bug cleanup pass from sonarqube
|
2017-06-16 15:17:12 -07:00 |
|
Blake J. Harnden
|
5920a09aae
|
Merge branch 'cleanup' of git-ssh.web.boeing.com:Boeing-CORE/CORE into cleanup
|
2017-06-16 14:31:23 -07:00 |
|