Files
test/keywords/linux/tar
Andrew Vaillancourt 1443f70a7e Add method for extracting .tar.gz to .tar
- Add decompress_tar_gz in TarKeywords to convert .tar.gz to .tar
  without extracting contents.
- Update deploy_images_to_local_registry in test_sanity.py to use
  decompress_tar_gz for node-hello-alpine.tar.gz.
- Ensure .tar.gz is properly decompressed before loading into the
  local registry.
- Previously, extract_tar_file was used, which fully extracted the tar
  contents instead of just converting to .tar.
- Fix minor linting issues in tar_keywords.

Change-Id: I88beb819c80360c7162921bb2e64c7080531be36
Signed-off-by: Andrew Vaillancourt <andrew.vaillancourt@windriver.com>
2025-03-05 14:57:42 -05:00
..