DFE / MONK

MONK is an automated integration and system test framework primarily designed for DFE's HydraIP devices.
dfe.github.io/MONK
GNU General Public License v3.0
1 stars 9 forks source link

Implement system design for layer conn and dev #72

Closed erikbgithub closed 10 years ago

erikbgithub commented 10 years ago

Situation

In my thesis a system design was suggested for a revision of MONK's architecture.

Task

As far as the design is reviewed by the Stammtisch and team members it should be implemented in MONK.

Notes

erikbgithub commented 10 years ago

review Python logging before closing! - done

DfePeterWinkler commented 10 years ago

File: conn.py

File: dev.py

Documentation

erikbgithub commented 10 years ago

@DfePeterWinkler I have reviewed your feedback and implemented most of it. The documentation stuff will be discussed in another issue, because there are a lot of other problems. Before I write separate docstrings for the same methods in all State classes I want to look for a way to write them once and let the documentation tooling figure out how to copy&paste it to the other states. Because the same method in 2 different State classes should have the same documentation actually.

erikbgithub commented 10 years ago

Review with @binschek (plus own notes):

erikbgithub commented 10 years ago

@binschek , @DfePeterWinkler I have implemented everything from your feedback beside the documentation building things which should be resolved in another Issue. Now ACK?

erikbgithub commented 10 years ago

ACKed by @DfePeterWinkler and @binschek at today's Stammtisch.