New commits:
commit 77a304b822c82f6b298de3e27137d3e9da582dc5
Author: Andrew Cagney <[email protected]>
Date:   Wed Nov 6 07:42:30 2024 -0500

    testing web: add a per-test web page
    
    Add result.html which uses .js to populate:
    
      title + description (description.js and description.txt)
        this should come from result.json,
        see #1895 embed description.txt in result.json
      result (result.js and result.json)
      files (files.js and files.json)
      terminal output (terminal.js and OUTPUT/all.console.txt)
        it should have reference output and show a diff,
        see #1898 replace *.console.txt files with all.console.txt and 
all.console.diff
    
    also missing is a topological diagram of the network,
    see #1899 provide topological diagram of each test's network configuration
    
    To kvmrunner.py add:
    
      --publish-result-html <location-of-test's-index.html-file>
        default to $(abs_top_srcdir)/testing/web/result.html
      --publish-source-url <url-prefix-of-github-repo>
        default to github/base/hash/
    
    and generate files.json.
    
    close #1897 per test web page

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to