У нас вы можете посмотреть бесплатно tbot git bisect demo, best view in HD или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This demo shows a small U-Boot testcase how it is possible with tbot to: clone U-Boot compile, install the binaries on the board run a tbot testcase (for this demo a small help command test) then how it is possible to download patches from a users U-Boot patchwork ToDo list check the patches with checkpatch script apply them to the source tree with "git am" intentionally the patches for this demo breaks the U-Boot help command now show, how it is possible to automate "git bisect" with tbot testcase https://github.com/hsdenx/tbot/blob/m... interesting timestamps: 01:00 : start testcase part 1 03:20 : testcase part1 finished 05:37 : start testcase part 2 08:43 : end of testcase part 2 12:29 : start the testcase part 3 17:00 : end of testcase part 3 This is just a demo, tbot is not limited to U-Boot testcases. Tbot does shell command test automatization, so it is also possible to do linux tests. In this demo, tbot runs on a raspberry at my home in hungary. (Also the webserver, which shows the results run on it) The board which is used for this demo, is in the DENX vlab in munich. The shown webpage for presenting the results is also just a short demo. It is possible to convert the results from the testcases into which output format you need, with tbots event system. For example, the webpage is only a php script which reads the informations from a database, which is filled from tbots event backend: https://github.com/hsdenx/tbot/blob/m... the statistic image is created with event backend: https://github.com/hsdenx/tbot/blob/m... and so on ... it should be easy to create jenkins or kernel-ci compatible output ... Used testcases: https://github.com/hsdenx/tbot/tree/m... tbot results webpage: http://xeidos.ddns.net/tests/test_db_... http://xeidos.ddns.net/tests/test_db_... http://xeidos.ddns.net/tests/test_db_...