trigger icon indicating copy to clipboard operation
trigger copied to clipboard

Create unit tests for interacting with hardware

Open jathanism opened this issue 11 years ago • 1 comments

There are currently no unit tests for interacting with hardware. Since this is one of the core features of Trigger's revolving around remote execution and processing, we need these so we can be confident that code-changes will not break HW interactions.

We need:

  • HW interactions used by gong are unit-testable
  • HW interactions used by load_acl are unit-testable
  • HW interactions used by trigger.twister are unit-testable
  • HW interactions used by trigger.cmds.Commando are unit-testable.

This should probably be broken into multiple issues, but this is is a good start.

jathanism avatar Feb 24 '14 22:02 jathanism

CC @tcuthbert

jathanism avatar Mar 03 '16 01:03 jathanism