Joel Bender
|
d637b802c6
|
add password tests
|
2017-09-19 02:59:06 -04:00 |
|
Joel Bender
|
9a54d2f365
|
add a little more to the debugging output
|
2017-09-19 02:57:37 -04:00 |
|
Joel Bender
|
6f577ea2d6
|
make it easier to access the local device objects
|
2017-09-19 02:45:10 -04:00 |
|
Joel Bender
|
a84973df5e
|
more tests
|
2017-09-15 01:05:31 -04:00 |
|
Joel Bender
|
0683bd1ecf
|
simplify functions, make sure there are no trailing deferred functions
|
2017-09-15 01:04:52 -04:00 |
|
Joel Bender
|
c2aeadf53a
|
make a specialized task for state timeouts for easier debugging
|
2017-09-15 01:03:20 -04:00 |
|
Joel Bender
|
7b8f9c5807
|
various
|
2017-09-14 22:16:57 -04:00 |
|
Joel Bender
|
4a282a8693
|
pass the application node name to the state machine
|
2017-09-14 22:16:35 -04:00 |
|
Joel Bender
|
d8320b4af3
|
bring branch up-to-date
|
2017-09-14 20:01:36 -04:00 |
|
Joel Bender
|
aeab4c8eed
|
Merge branch '78-device-communication-control' of github.com:JoelBender/bacpypes into 78-device-communication-control
|
2017-09-14 19:58:20 -04:00 |
|
Joel Bender
|
e0cbec62ef
|
let the DCC work begin...
|
2017-09-14 16:50:29 -04:00 |
|
Joel Bender
|
c68c5cd75b
|
get ready for the DCC tests
|
2017-09-14 00:13:12 -04:00 |
|
Joel Bender
|
dd0a519021
|
shuffle some pieces around, add some more tests
|
2017-09-13 23:31:09 -04:00 |
|
Joel Bender
|
ef0f012ead
|
the ApplicationNode sends everything up the stack to the state machine
|
2017-09-13 21:58:21 -04:00 |
|
Joel Bender
|
47a2ffe091
|
missing pieces
|
2017-09-13 13:13:38 -04:00 |
|
Joel Bender
|
022b1d0497
|
still bugs - application node confirmation not being called
|
2017-09-13 07:53:15 -04:00 |
|
Joel Bender
|
cebc2be6b0
|
placeholders for service tests
|
2017-09-12 22:12:30 -04:00 |
|
Joel Bender
|
ab70b4a267
|
simplify xtob
|
2017-09-12 22:06:22 -04:00 |
|
Joel Bender
|
3e1f813f71
|
standardize on cleaner state names
|
2017-09-12 03:03:23 -04:00 |
|
Joel Bender
|
4c1ecffba6
|
add a call() transition and tests, foreign device registration tests
|
2017-09-12 02:52:23 -04:00 |
|
Joel Bender
|
209d619994
|
state and time machine improvements and starting to add BVLL tests
|
2017-09-11 02:08:01 -04:00 |
|
Joel Bender
|
a050df73a6
|
offset assignment bug, working around floating point issues, added tests
|
2017-09-09 22:56:17 -04:00 |
|
Joel Bender
|
1749f2a0af
|
merging #131 which ended up being lots of tests
|
2017-09-09 00:55:06 -04:00 |
|
Joel Bender
|
cd5a4653dd
|
type checking improved, added tests
|
2017-09-08 15:00:38 -04:00 |
|
Joel Bender
|
a358aae5bb
|
add 'events' as a way for multiple state machines in the same group to synchronize or signal each other
|
2017-09-04 01:22:20 -04:00 |
|
Joel Bender
|
776cf996de
|
move the match_pdu function where it can be easily used in other tests, add a bunch of tests
|
2017-09-03 01:18:29 -04:00 |
|
Joel Bender
|
ebbf2f0e35
|
change receive from equality checking to 'criteria' which is an optional class, for isinstance() checking, and keyword name/value pairs, for hasattr() and getattr() checking
|
2017-09-02 02:06:54 -04:00 |
|
Joel Bender
|
4e052ada85
|
'indexing' a network, finding a node by address, might be a good idea to reintroduce in the future
|
2017-08-31 23:49:31 -04:00 |
|
Joel Bender
|
b67ccac080
|
minor doc update
|
2017-08-29 22:55:39 -04:00 |
|
Joel Bender
|
920793543d
|
replace the start_state.success() with start_state.timeout().success() to make sure a node gets nothing
|
2017-08-17 12:56:41 -04:00 |
|
Joel Bender
|
2fa62dfe5f
|
add an IPRouter and tests
|
2017-08-17 02:53:15 -04:00 |
|
Joel Bender
|
f1d4626527
|
add crude virtual IP network classes and tests
|
2017-08-16 23:24:07 -04:00 |
|
Joel Bender
|
75b3e1af6b
|
remove the restriction on VLAN nodes to have address of type Address
|
2017-08-15 00:21:39 -04:00 |
|
Joel Bender
|
c58d255153
|
clean up the comments
|
2017-08-11 18:00:00 -04:00 |
|
Joel Bender
|
a2933abdad
|
additional test and documentation
|
2017-08-08 00:32:29 -04:00 |
|
Joel Bender
|
572dfdf300
|
more experience writing networking/state machine tests
|
2017-08-07 23:25:52 -04:00 |
|
Joel Bender
|
b174095a47
|
remove send() and match_pdu() from TrappedStateMachine so it is a cleaner set of functionality, add a new TSMachine class in the test code so the tests can remain the same
|
2017-08-07 00:25:16 -04:00 |
|
Joel Bender
|
c91b3d6948
|
group the functions together
|
2017-08-07 00:21:33 -04:00 |
|
Joel Bender
|
ce0b176e70
|
trying out test code pattern
|
2017-08-03 14:54:53 -04:00 |
|
Joel Bender
|
fa96fcaf0b
|
add doc strings because I keep forgetting the order
|
2017-08-03 14:53:48 -04:00 |
|
Joel Bender
|
f96dfa63f8
|
add a little debugging
|
2017-08-03 14:53:02 -04:00 |
|
Joel Bender
|
949108e2d5
|
add an __init__ method to see when it gets called, fix debugging
|
2017-07-19 00:56:26 -04:00 |
|
Joel Bender
|
be197b511a
|
blank files for tests
|
2017-06-26 17:56:22 -04:00 |
|
Joel Bender
|
40a9a7892d
|
add the capabillity module and tests
|
2016-08-27 18:49:56 -04:00 |
|
Joel Bender
|
3d18cf1f85
|
wrote some tests, found a bug
|
2016-08-24 10:45:35 -04:00 |
|
Joel Bender
|
aecb06c727
|
fix the names of the encode and decode functions
|
2016-08-23 16:17:04 -04:00 |
|
Joel Bender
|
168e32fc79
|
merge in stage to bring branch up-to-date for testing
|
2016-08-22 00:03:53 -04:00 |
|
Joel Bender
|
95e3de3a01
|
start some tests
|
2016-07-08 07:30:23 -04:00 |
|
Joel Bender
|
65aaf89a34
|
move the setup to the module, split the one big test into two
|
2016-05-11 17:29:30 -04:00 |
|
Joel Bender
|
869ab21b95
|
fix debugging output
|
2016-05-11 17:28:15 -04:00 |
|