summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-10-15Fix event management in test frameworkicefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.38.99.28.99.1Frederic Marec1-0/+3
Fix event receive Fix event not receive Fix lockwait event Remove trailing indentation Bug-AGL: SPEC-2374 Change-Id: Ie64b23c242bc13dcf7af96ff3ed2316bf6cad5f7 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2019-09-09docs: Fix markdown syntaxLi Xiaoming5-18/+20
1) Fenced code blocks's keyword "```" should be placed in row 0, or markdown interpreter will not recognize it; 2) Add blank line between header and content to produce line break. Bug-AGL: SPEC-2714 Change-Id: I535a5b906df1b9839befa45bd37e921686cb59ae Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-08-291_Write_the_test.md:Fix folder treeLi Xiaoming1-12/+14
Bug-AGL: SPEC-2714 Change-Id: Iffed0dac160814bd2d8cfa8076b639cf24117f8f Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-05-28aft: adapt afb-test allow skip testhalibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.0.07.99.37.99.27.99.1Frederic Marec2-0/+18
Add skipped functions Add testVerbStatusSkipped Add assertVerbStatusSkipped Add documentation Bug-AGL: SPEC-2447 Change-Id: I84dd96b29e4838d6a1b951dc2aa230b6da3c048a Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2019-04-17docs/1_Write_the_tests: fix broken linksClément Bénier1-1/+1
Change-Id: Ibbeb0644191e14ee090f10e587d9f7797bfa3d25 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-16documentation: fix broken links in siteClément Bénier2-2/+2
- move to relative links Change-Id: Ie7ab2fd3423e4f19abe32484cb0834b9560b76f6 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-04-12AGL Test Framework writing tests: Fix tree and re-writeScott Rifenbark1-59/+63
Fixes SPEC-2314 I changed the file prefix to "afg-agl" from "afg" for the file "aft-agl-middlename.json". Allows the configuration file to be found. I also cleaned up the English in the section for grammar and readability. Change-Id: Ie2a5ff1d17928385dae885d5f3fb1b962de2283b Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2019-04-10docs: widget: Correct build option name'sPierre MARZIN1-1/+1
Change-Id: I3ba67e52ebf58fd676278912bf88c0c0b6e9d2e1 Signed-off-by: Pierre MARZIN <pierre.marzin@iot.bzh>
2019-04-10docs: Correct some linksPierre MARZIN2-2/+2
Change-Id: I8d9f7912c0f0995ca339a9625474a9210ac4d9bd Signed-off-by: Pierre MARZIN <pierre.marzin@iot.bzh>
2018-12-22docs: add yaml bookguppy_6.99.4guppy/6.99.46.99.4Sebastien Douheret1-0/+46
Change-Id: I2717aceeb55bc2a1ddae95a8cc4d1bb01f48f142 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-31Docs reorganization and updateRomain Forlot23-617/+672
Docs reorganization and update using the latest afb-test improvments and try to make it clearer. Change-Id: If022cdb46364ef250361bdcd420d45b360f10a2e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-09Update documentationRomain Forlot4-19/+109
This adds some instructions to build test widget using SDK and basic instruction on how to test natively on your host as well as on a target board. Change-Id: I077fda253336883bec3cd0101e61467565d679ff Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-30afb-test doc: Updated doc.CorentinLGS3-33/+263
-Changed 0_ProjectTree.md to only show what's interesting. -Made further explanations on how to organize and integrate test files. -Updated 2_LaunchTheExample.md, now explains the new way to launch tests. -Also added the result of a test launched on a target. -Added a configuration example in 1_BindingConfiguration.md . Change-Id: I4c4ed1cef5e914a8179a6823489791e6756106b6 Signed-off-by: CorentinLGS <corentinlgs@gmail.com>
2018-08-28afb-test doc: Changed doc to new format.CorentinLGS10-787/+0
-Deleted gendocs.sh, docs/_layout and docs/resources. -Splited book.json to match new format. -Changed description in README.md Change-Id: I9835bf64ea2f0b6b3ca6cfd9f1ec8c720b4618c9 Signed-off-by: CorentinLGS <corentinlgs@gmail.com>
2018-08-08Tested and added doc on updated assertEvtGrpReceived functionsCorentinLGS3-19/+15
- Tested changed assertEvtGrpReceived functions - Updated doc about it Change-Id: I91725152e54ebba9d65e501da54a72801699c760 Signed-off-by: Corentin Le Gall <corentinlgs@gmail.com>
2018-07-24Changed doc to GitBook format + added docCorentin Le Gall31-0/+1739
-Changed README.md to a complet GitBook doc. -Added explanations about EvtGrpReceived functions. -Corrected mistakes + reduced lines length. Change-Id: I1a077ddf6acb520a9158de658d3c09b12a2029d4 Signed-off-by: Corentin Le Gall <corentinlgs@gmail.com>