Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regenerate data files tests #7866

Open
wants to merge 20 commits into
base: development
Choose a base branch
from

Commits on Nov 16, 2023

  1. Add regenerate data files test.

    The components will remove all files, regenerate
    and check if there are files that is missed or not
    committed.
    
    In future, we should check modified files are expected.
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8061add View commit details
    Browse the repository at this point in the history
  2. Add tool chain check

    And set openssl to 3.0.2
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7d2fcdf View commit details
    Browse the repository at this point in the history
  3. add tidy target to remove all files except reserverd files

    - change neat target also.
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7e718d6 View commit details
    Browse the repository at this point in the history
  4. remove intermediate files from git repo

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3bc7c04 View commit details
    Browse the repository at this point in the history
  5. add parse input variable and target

    This is for regenerate all parse input files
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d3b39e1 View commit details
    Browse the repository at this point in the history
  6. Add parse input files into all_parse_input

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6b86534 View commit details
    Browse the repository at this point in the history
  7. move files to intermediate

    Those files are not commited and list in `all_intermediate`
    and remove invalid final file
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0161da6 View commit details
    Browse the repository at this point in the history
  8. disable parallel build for data files

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8daf6b4 View commit details
    Browse the repository at this point in the history
  9. Keep consistent with other command

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    42b01b2 View commit details
    Browse the repository at this point in the history
  10. copy server5-tricky-ip-san.crt.der

    The file is used by x509_cert_ino and verified with expected output
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d030aee View commit details
    Browse the repository at this point in the history
  11. Update reserved/uncategoried list

    - reserved list includes files that used as command input
    - uncategoried includes files that commands fail or not covered and should
      be resolved in future
    
    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ffa675d View commit details
    Browse the repository at this point in the history
  12. Add readme

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4e82220 View commit details
    Browse the repository at this point in the history
  13. fix typo and grammar issues

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    04c759e View commit details
    Browse the repository at this point in the history
  14. improve command document

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    31916d7 View commit details
    Browse the repository at this point in the history
  15. fix typo issues

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d2edf49 View commit details
    Browse the repository at this point in the history
  16. adjust position of variable assign

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a7d7af0 View commit details
    Browse the repository at this point in the history
  17. Add more uncategorized files

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2836c1a View commit details
    Browse the repository at this point in the history
  18. Describe how we checked the output files

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d9bd547 View commit details
    Browse the repository at this point in the history
  19. resolve conflict with base branch

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    005f346 View commit details
    Browse the repository at this point in the history
  20. reserver server1 config file

    Signed-off-by: Jerry Yu <[email protected]>
    yuhaoth committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    52ff195 View commit details
    Browse the repository at this point in the history