FrontPage 

Fuego wiki

Login or create account

rst page conversion list in 'raw' format

{{TableOfContents}}
Here are the pages of this wiki, listed by category:

= Uncategorized pages =



== Hard-to-categorize pages ==
Pages that defy categorization:
 * [[Fuego_Object_Details]] - FIXTHIS - doesn't know whether to be explanation or reference or internal notes
 * [[log_compare]] - FIXTHIS - should be merged with [[function_log_compare]]

= Categorized by area =
Here are the pages sorted into categories of documentation:

== Documentation infrastructure ==
 * [[Artwork]] - SPECIAL: copy page and resources on wiki and in doc area
 * [[Documentation]] - overview of documentation pages
 * [[FrontPage]] - SPECIAL: copy parts of page to doc overview (or intro page)?

== Explanation ==
 * [[Architecture]]
 * [[FAQ]] - FIXTHIS - this is weak, only has one question
 * [[OSS_Test_Vision]] - why Fuego?

== Tutorials ==
 * [[Fuego_Quickstart_Guide]] - setting up with a hardware board (real installation)
 * [[Raspberry_Pi_Fuego_Setup]] - configuring raspberry pi board (but no actual testing) - FIXTHIS - it needs a bit more work to explain how to add the board and toolchain
 * [[Quick_Setup_Guide]] - setting up without a hardware board (intro tutorial)
 * [[Using_the_qemuarm_target]]

== How Tos ==
=== for users ==
 * [[Installing_Fuego]]
 * [[Adding_a_board]]
 * [[Adding_a_toolchain]]
 * [[Adding_test_jobs_to_Jenkins]]
 * [[Adding_views_to_Jenkins]]

=== for advanced users ===
 * [[Adding_or_Customizing_a_Distribution]]
 * [[Integration_with_ttc]]
 * [[Test_variables]] - explanation of different variable types in Fuego
 * [[Working_with_remote_boards]] - SPECIAL: maybe keep in wiki until fserver work is done?

=== for test developers ==
 * [[Adding_a_new_test]]
 * [[Fuego_naming_rules]] - rules for Fuego board, job, test, spec, plan, batch, names and syntax
 * [[Using_Batch_Tests]]
 * [[Parser_module_API]] - describes the parser api - FIXTHIS - has detailed notes that should be removed in doc (and kept in wiki)

=== for fuego developers ===
 * [[Building_Documentation]]
 * [[License_And_Contribution_Policy]]

== Reference ==

=== user interface ===
 * [[Dashboard_view]] - SPECIAL: needs to be in an introduction as well

=== test API reference ===
 * [[Core_interfaces]] - interfaces and variables passwed between Jenkins, Fuego and Fuego tests
 * [[Test_Script_APIs]] - list of functions available for calling by tests, overlays and to be defined by a test

function_abort_job
function_allocate_next_batch_id
function_assert_define
function_assert_has_program
function_bench_processing
function_build
function_build_cleanup
function_build_error
function_check_capability
function_check_create_functional_logrun
function_check_create_logrun
function_check_has_program
function_cleanup
function_cmd
function_concurrent_check
function_default_target_route_setup
function_deploy
function_dprint
function_dump_syslogs
function_eprint
function_fail_check_cases
function_fetch_results
function_firmware
function_gen_report
function_get
function_get_testlog
function_hd_test_clean_umount
function_hd_test_mount_prepare
function_iprint
function_is_abs_path
function_is_empty
function_is_on_sdk
function_is_on_target
function_is_on_target_path
function_kill_procs
function_log_compare
function_log_this
function_ov_board_control_reboot
function_ov_board_setup
function_ov_board_teardown
function_ov_get_firmware
function_ov_logger
function_ov_rootfs_drop_caches
function_ov_rootfs_kill
function_ov_rootfs_logread
function_ov_rootfs_oom
function_ov_rootfs_reboot
function_ov_rootfs_state
function_ov_rootfs_sync
function_ov_transport_cmd
function_ov_transport_connect
function_ov_transport_disconnect
function_ov_transport_get
function_ov_transport_put
function_post_build
function_post_deploy
function_post_test
function_pre_build
function_pre_deploy
function_pre_test
function_processing
function_put
function_report
function_report_append
function_report_devlog
function_report_live
function_run_python
function_run_test
function_safe_cmd
function_set_overlay_vars
function_set_testres_file
function_snapshot
function_syslog_cmp
function_target_cleanup
function_target_reboot
function_target_setup_route_to_host
function_template
function_test_build
function_test_cleanup
function_test_deploy
function_test_fetch_results
function_test_pre_check
function_test_processing
function_test_run
function_test_snapshot
function_unpack
function_vprint
function_wprint
parser_func_parse_log
parser_func_process
parser_func_split_output_per_testcase

 * [[fuego_board_function_lib.sh]] - describes function file and usage of it

 * [[Variables]] - list of variables used by Jenkins, Fuego, and tests - FIXTHIS - has some notes on undocumented variables
 * [[FUEGO_BUILD_FLAGS]]
 * [[FUEGO_DEBUG]]
 * [[FUEGO_LOGLEVELS]]

=== Feature reference ===
 * [[Fuego_Developer_Notes]] - is an overview page with links to lots of different pages
 * [[Board_Snapshot]]
 * [[Dependencies]]
 * [[Dynamic_Variables]] - linked to by Test_Variables
 * [[Fuego_charting]] - FIXTHIS - is very slim
 * [[Log_files]] - explains log files
 * [[Jenkins]] - overview of Jenkins usage in Fuego
 * [[Jenkins_User_Interface]] - description of Jenkins user interface elements
 * [[Jenkins_Visualization]] - description of visualization pipeline (chart production and flot)
 * [[Overlay_Generation]] - how overlays work, and how to use them
 * [[Target_Packages]] - binary packages for target
 * [[Test_Specs_and_Plans]] - FIXTHIS - check for obsolesence
 * [[Testplan_Reference]] - details about testplans - syntax and fields

=== File reference
 * [[Fuego_configuration_file]] - describes fuego.conf
 * [[chart_config.json]]
 * [[criteria.json]]
 * [[parser.py]] - FIXTHIS - need to split off internal details parts
 * [[reference.json]]
 * [[run.json]]
 * [[spec.json]]
 * [[test.yaml]]

=== Troubleshooting ===
 * [[Docker_Tips]]
 * [[Troubleshooting_Guide]]
 * [[Updating_Fuego]] - notes about updating fuego (and converting to new containers) - FIXTHIS - has some 1.2 references, which are stale

=== general reference ===
 * [[Glossary]]
 * [[Coding_style]]
 * [[Fuego_directories]]

=== Test Documentation ===
 * [[Benchmark.GLMark]]
 * [[Benchmark.bonnie]]
 * [[Benchmark.template]]
 * [[Functional.LTP]]
 * [[Functional.Linaro]]
 * [[Functional.fuego_release_test]]
 * [[Functional.template]]
 * [[Test_Functional.arch_timer]]
 * [[Test_Functional.cmt]]
 * [[Test_Functional.crashme]]
 * [[Test_Functional.expat]]

= not to be moved =
Here are pages that are not to be moved, sorted by different types:

== issues and proposals ==
 * [[Fuego_closed_issues]]
 * [[Fuego_Issues_List]]
 * [[Issue_0001]] - [[Issue_0084]]
 * [[Issue_template]]

== release testing and notes ==
Possibly the Release notes should be added to documentation.

We should make sure that all features included in the release notes
are in the documentation.
 * Fuego_release_1.0.9-notes
 * Release_1.1_(Blaze)_Notes
 * Release_1.1_To_Do
 * Release_1.1_documentation_To_Do
 * Release_1.1_testing
 * Release_1.2.1_Notes
 * Release_1.2_(Combustion)_Notes
 * Release_1.2_To_Do
 * Release_1.2_testing_-_2017-07-27
 * Release_1.2_testing_-_2017-08-24
 * Release_1.3_Notes
 * Release_1.3_To_Do
 * Release_1.3_testing_-_2018-03-26
 * Release_1.3_testing_-_2018-05-01
 * Release_1.4_Notes
 * Release_1.4_To_Do
 * Release_1.4_test_commit_log
 * Release_1.4_testing_-_2018-12-26
 * Release_1.5_Notes
 * Release_1.5_To_Do
 * Release_1.5_testing_-_2019-05-02
 * Release_1.5_testing_-_2019-08-13
 * Release_1.6_Notes
 * Release_1.6_To_Do
 * release-1.1-test-2017-03-31_Notes
 * release-1.2-test-2017-09-27_Notes
 * Release_test_results
 * [[Releases]]

== internal working notes ==
 * Batch_Tests_Feature - feature planning and todo page
 * Benchmark_parser_notes
 * Continuous_Integration_Notes
 * FTC_todo_list
 * Fire_Names
 * Fuego_guide_notes
 * Fuego_Tips
 * Fuego_To_Do_List
 * Fuego_Suggestion_Box
 * [[Fuego_test_results_determination]] - Jenkins interpretation of return codes
 * [[Fuego_tguid_list]] - list of tguids in Fuego 1.2 tests
 * [[Jenkins_CLI]]
 * [[Jenkins_Plugins]] - list of Jenkins plugins used, and what they do (old)
 * [[Jenkins_plugins]] - tables of Jenkins plugins used in Fuego 1.0 and 1.2
 * Jenkins_Tips - miscelaneous obscure tips for Jenkins
 * Markup_Mapping
 * [[Metrics]] - list of bugs found by Fuego
 * LTS_Testing_with_Fuego
 * LTP_posix_parsing_notes
 * Monitors
 * New_test_ideas
 * Notes_on_Jenkins_integration_refactoring
 * Notes_on_individual_tests
 * [[Project_Notes]]
 * Projects_in_flight
 * Provisioning_Notes
 * Provisioning_notes_-_potato_board
 * Questions
 * [[Quotes]] - one quote about why upstream kernel developers don't access web test consoles
 * Release_Process
 * [[Report_Generator]] - this describes the old JTA report generator (loggen, gentexml) and is obsolete
 * [[rst_docs]] - proposal and plan for conversion to reStructuredText documentation
 * Running_ftc_outside_the_container
 * split_LTP_test - notes abou special phases for LTP deployment options
 * Squad_backend_notes
 * Standalone_parser_notes
 * Test_binary_package_system
 * Test_definition - stub page
 * [[Test_documentation]]  - work-in-progress test documentation system integrated with report generator
 * [[Test_log_output_notes]] - notes from Plumbers 2016 discussion about test log output
 * [[Test_output_format]] - notes about different test output formats (TAP)
 * [[Test_package_system]] - description of test package system project
 * [[Test_Script_API_todos]]
 * [[Test_server_system]] - proposal for test server system (that became fserver)
 * [[Test_tasks]] - list of different user operations (used for merge of code in 2017
 * [[Tims_Notes]]
 * [[Transport_notes]] - technical notes about transport functions
 * [[Trap_Notes]]
 * [[test_execution_flow_outline]]
 * [[Tests]] - list of all tests in Fuego version 1.2 (Oct 2017)
 * [[Toshiba_Sony_merge_to_do]]
 * [[Unified_Output_Format]] - notes about 1.2 version of unified output
 * [[Unified_Results_Format_Project]]
 * [[Unknown_features]]
 * [[Update_Criteria]] - notes about 'ftc set-criteria' project
 * [[Using_Fuego_with_fserver]] - discussion of proposal for fserver
 * [[Volcano_Names]]

 * [[bbb-poky-sdk_test_notes]]

 * [[build.xml]] - notes about Jenkins build.xml files
 * [[dataload.py]] - description of dataload.py  (internal, part of charting pipeline)
 * [[flot]] - description of flot Javascript graphing module
 * [[jobs]] - technical notes on Jenkins jobs files and data
 * ovgen.py
 * ovgen_feature_notes
 * tools.sh


== technical notes for other systems ==
 * [[AGL_Notes]]
 * [[Using_Fuego_with_AGL]] - presentation by Fujitsu
 * [[KernelCI_Notes]]
 * [[Other_test_systems]]
 * [[LTP_Notes]]
 * [[Tims_0day_notes]]
 * [[Tims_LAVA_Notes]]
 * [[Using_Fuego_with_LAVA]] - lots of notes about using Fuego with LAVA
 * [[Test_results_formats]] - notes about different test output formats (kernelci, xunit, junit, LTP

== Event planning and info pages ==
 * [[Demos]]
 * [[Demo_ELCE_2016]]
 * [[Events]]
 * [[Fuego_Jamboree_2]]
 * [[Fuego_Jamboree_3]]
 * [[HACKxFDU_2017_planning]]
 * [[Japan_Fuego_Hackathon_2017]]
 * [[JFH17_Discussion_Notes]]
 * [[JFH17_Hacking_Guide]]
 * [[JFH17_Issues_Found]]
 * [[JFH17_Post-event_Review]]
 * [[Meetings]]
 * [[Notes_from_ELC_2017_Fuego_BOF]]
 * [[Presentations]]

== wiki-specific pages ==
 * ArticleIndex
 * [[CodeFixthisList]] - show table of FIXTHIS lines in code
 * Help
 * [[FrontPage]] - SPECIAL: keep parts of material in docs and wiki
 * Fuego_Wiki_Fixthis_List
 * Fuego_Wiki_To_Do_List
 * MissingPages
 * RecentChanges
 * Sandbox
 * SystemInfo
 * mobile.css
 * mobile.footer
 * mobile.header
 * presentation_template
 * printable.css
 * printable.footer
 * printable.header
 * tbwiki.css
 * tbwiki.footer
 * tbwiki.header

== resources ==
 * [[Artwork]] - SPECIAL: duplicate page on wiki and in doc area

== obsolete pages ==
These wiki pages describe features or functions that are deprecated
or that no longer exist.
 * benchmark.sh
 * functional.sh
 * stress.sh
 * gentexml.py
 * loggen.py
 * reference.log
 * updates.sh

= Full wiki page list =

== Article Index ==
{{TitleIndex}}

== Static page list ==
The following is a static snapshot of the wiki page list taken on 2020-07-21:
{{{
A
AGL_Notes
Adding_a_board
Adding_a_new_test
Adding_a_toolchain
Adding_or_Customizing_a_Distribution
Adding_test_jobs_to_Jenkins
Adding_views_to_Jenkins
Architecture
ArticleIndex
Artwork
B
Batch_Tests_Feature
Benchmark.GLMark
Benchmark.bonnie
Benchmark.template
Benchmark_parser_notes
Board_Snapshot
Building_Documentation
C
CodeFixthisList
Coding_style
Continuous_Integration_Notes
Core_interfaces
D
Dashboard_view
Demo_ELCE_2016
Demos
Dependencies
Docker_Tips
Documentation
Dynamic_Variable_Notes
E
Events
F
FAQ
FTC_todo_list
FUEGO_BUILD_FLAGS
FUEGO_DEBUG
FUEGO_LOGLEVELS
Fire_Names
FrontPage
Fuego_Developer_Notes
Fuego_Issues_List
Fuego_Jamboree_2
Fuego_Jamboree_3
Fuego_Object_Details
Fuego_Quickstart_Guide
Fuego_Suggestion_Box
Fuego_Tips
Fuego_To_Do_List
Fuego_Wiki_Fixthis_List
Fuego_Wiki_To_Do_List
Fuego_charting
Fuego_closed_issues
Fuego_configuration_file
Fuego_directories
Fuego_guide_notes
Fuego_naming_rules
Fuego_release_1.0.9-notes
Fuego_release_process
Fuego_test_results_determination
Fuego_tguid_list
Functional.LTP
Functional.Linaro
Functional.fuego_release_test
Functional.template
G
Glossary
H
HACKxFDU_2017_planning
Help
I
Installing_Fuego
Integration_with_ttc
Issue_0001
Issue_0002
Issue_0003
Issue_0004
Issue_0005
Issue_0006
Issue_0007
Issue_0008
Issue_0009
Issue_0010
Issue_0012
Issue_0013
Issue_0014
Issue_0015
Issue_0016
Issue_0017
Issue_0021
Issue_0022
Issue_0023
Issue_0024
Issue_0025
Issue_0026
Issue_0027
Issue_0028
Issue_0029
Issue_0030
Issue_0031
Issue_0032
Issue_0033
Issue_0034
Issue_0035
Issue_0036
Issue_0037
Issue_0038
Issue_0039
Issue_0040
Issue_0041
Issue_0042
Issue_0043
Issue_0044
Issue_0046
Issue_0047
Issue_0048
Issue_0049
Issue_0050
Issue_0051
Issue_0052
Issue_0053
Issue_0054
Issue_0055
Issue_0056
Issue_0057
Issue_0058
Issue_0059
Issue_0060
Issue_0061
Issue_0062
Issue_0063
Issue_0064
Issue_0066
Issue_0067
Issue_0068
Issue_0069
Issue_0070
Issue_0071
Issue_0072
Issue_0073
Issue_0074
Issue_0075
Issue_0076
Issue_0077
Issue_0078
Issue_0079
Issue_0080
Issue_0081
Issue_0082
Issue_0083
Issue_0084
Issue_template
J
JFH17_Discussion_Notes
JFH17_Hacking_Guide
JFH17_Issues_Found
JFH17_Post-event_Review
Japan_Fuego_Hackathon_2017
Jenkins
Jenkins_CLI
Jenkins_Interface
Jenkins_Plugins
Jenkins_Tips
Jenkins_User_Interface
Jenkins_Visualization
Jenkins_plugins
K
KernelCI_Notes
L
LTP_Notes
LTP_posix_parsing_notes
LTS_Testing_with_Fuego
License_And_Contribution_Policy
Log_files
M
Markup_Mapping
Meetings
Metrics
MissingPages
Monitors
N
New_test_ideas
Notes_from_ELC_2017_Fuego_BOF
Notes_on_Jenkins_integration_refactoring
Notes_on_individual_tests
O
OSS_Test_Vision
Other_test_systems
Overlay_Generation
P
Parser_module_API
Presentations
Project_Notes
Projects_in_flight
Provisioning_Notes
Provisioning_notes_-_potato_board
Q
Questions
Quick_Setup_Guide
Quotes
R
Raspberry_Pi_Fuego_Setup
RecentChanges
Release_1.1_(Blaze)_Notes
Release_1.1_To_Do
Release_1.1_documentation_To_Do
Release_1.1_testing
Release_1.2.1_Notes
Release_1.2_(Combustion)_Notes
Release_1.2_To_Do
Release_1.2_testing_-_2017-07-27
Release_1.2_testing_-_2017-08-24
Release_1.3_Notes
Release_1.3_To_Do
Release_1.3_testing_-_2018-03-26
Release_1.3_testing_-_2018-05-01
Release_1.4_Notes
Release_1.4_To_Do
Release_1.4_test_commit_log
Release_1.4_testing_-_2018-12-26
Release_1.5_Notes
Release_1.5_To_Do
Release_1.5_testing_-_2019-05-02
Release_1.5_testing_-_2019-08-13
Release_1.6_Notes
Release_1.6_To_Do
Release_test_results
Releases
Report_Generator
Running_ftc_outside_the_container
S
Sandbox
Squad_backend_notes
Standalone_parser_notes
SystemInfo
T
Target_Packages
Test_Functional.arch_timer
Test_Functional.cmt
Test_Functional.crashme
Test_Functional.expat
Test_Script_APIs
Test_Specs_and_Plans
Test_binary_package_system
Test_definition
Test_documentation
Test_log_output
Test_output_format
Test_package_system
Test_results_formats
Test_server_system
Test_tasks
Test_variables
Testplan_Reference
Tests
Tims_0day_notes
Tims_LAVA_Notes
Tims_Notes
Toshiba_Sony_merge_to_do
Transport_notes
Trap_Notes
Troubleshooting_Guide
U
Unified_Output_Format
Unified_Results_Format_Project
Unknown_features
Update_Criteria
Updating_Fuego
Using_Batch_Tests
Using_Fuego_with_AGL
Using_Fuego_with_LAVA
Using_Fuego_with_fserver
Using_the_qemuarm_target
V
Variables
Volcano_Names
W
Working_with_remote_boards
_
_PresentationsTable
b
bbb-poky-sdk_test_notes
benchmark.sh
build.xml
c
chart_config.json
criteria.json
d
dataload.py
f
flot
fuego_board_function_lib.sh
function_abort_job
function_allocate_next_batch_id
function_assert_define
function_assert_has_program
function_bench_processing
function_build
function_build_cleanup
function_build_error
function_check_capability
function_check_create_functional_logrun
function_check_create_logrun
function_check_has_program
function_cleanup
function_cmd
function_concurrent_check
function_default_target_route_setup
function_deploy
function_dprint
function_dump_syslogs
function_eprint
function_fail_check_cases
function_fetch_results
function_firmware
function_gen_report
function_get
function_get_testlog
function_hd_test_clean_umount
function_hd_test_mount_prepare
function_iprint
function_is_abs_path
function_is_empty
function_is_on_sdk
function_is_on_target
function_is_on_target_path
function_kill_procs
function_log_compare
function_log_this
function_ov_board_control_reboot
function_ov_board_setup
function_ov_board_teardown
function_ov_get_firmware
function_ov_logger
function_ov_rootfs_drop_caches
function_ov_rootfs_kill
function_ov_rootfs_logread
function_ov_rootfs_oom
function_ov_rootfs_reboot
function_ov_rootfs_state
function_ov_rootfs_sync
function_ov_transport_cmd
function_ov_transport_connect
function_ov_transport_disconnect
function_ov_transport_get
function_ov_transport_put
function_post_build
function_post_deploy
function_post_test
function_pre_build
function_pre_deploy
function_pre_test
function_processing
function_put
function_report
function_report_append
function_report_devlog
function_report_live
function_run_python
function_run_test
function_safe_cmd
function_set_overlay_vars
function_set_testres_file
function_snapshot
function_syslog_cmp
function_target_cleanup
function_target_reboot
function_target_setup_route_to_host
function_template
function_test_build
function_test_cleanup
function_test_deploy
function_test_fetch_results
function_test_pre_check
function_test_processing
function_test_run
function_test_snapshot
function_unpack
function_vprint
function_wprint
functional.sh
g
gentexml.py
j
jobs
l
log_compare
loggen.py
m
mobile.css
mobile.footer
mobile.header
o
ovgen.py
ovgen_feature_notes
p
parser.py
parser_func_parse_log
parser_func_process
parser_func_split_output_per_testcase
presentation_template
printable.css
printable.footer
printable.header
r
reference.json
reference.log
release-1.1-test-2017-03-31_Notes
release-1.2-test-2017-09-27_Notes
rst_docs
run.json
s
spec.json
split_LTP_test
stress.sh
t
tbwiki.css
tbwiki.footer
tbwiki.header
test.yaml
test_execution_flow_outline
tools.sh
u
updates.sh
}}}













TBWiki engine 1.8.3 by Tim Bird