summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-14Deleted the compiled version of base.pycc-tin/USB-SW_GDCDaniel Istrate
Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
2016-03-14Added Class and method for git operations.Daniel Istrate
Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
2016-03-14Updated: run_command_locally: redirect stderr to STDOUTDaniel Istrate
Also made the method staticmethod. Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
2016-03-11Updated base, imgdwl, testing_envDaniel Istrate
Rewritten run_command_locally, run_command_remotely. Improved rezerve_stick, get_board_ip, wait_for_ping Other tweaks and typos. Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
2016-03-10Auto testing framework skeletonCostin Constantin
This is the skeleton for the auto-testing of baords through USB-SW deveice. Currently implemented: - poky, meta-intel and related layers repo manipulation skeleton (not yet functional) - poky config part based on paramaters sent by testing trigger (LAVA in our initial case) - test image download from upstream and test image sending to USB-SW machine - the client/server part for sending commands to USB-SW machine - test image installation on stick + test image deploy on machine based on a very friendly deployment steps config. file - configuration files manipulation for all critical aspects of the framework itself Signed-off-by: Costin Constantin <costin.c.constantin@intel.com>