Skip to main content

Test Bundle

Introduction

A test bundle is the code file being tested, which can be a .deb format file or a compressed file in .zip/.tgz/.tar.gz format.

testbundle_1

Managing Test Bundles

Upload Test Bundle

  1. In the project's left sidebar, select "Testing" and click to enter the "Test Bundle Management" page:
  • First time uploading test bundle

    testbundle_2

  • Subsequent uploads of test bundle

    testbundle_3

  1. Click [Upload Test Bundle]:

    testbundle_4

  2. Upload test bundle, fill in test category and version:

    testbundle_5
  • Test Bundle Category: Enter custom category information or select from existing test categories.

  • Test Bundle Version: Enter custom version information, such as v0.1

    Test category and version information can be used for automatic test triggering. See Configuration Yaml Sample - Auto-Triggering Tests

  1. After uploading the test bundle, when the "Status" column in the list shows "Active", it indicates that the test bundle has been successfully uploaded:

    testbundle_6

Download

  1. In the project's left sidebar, select "Testing" and click to enter the "Test Bundle Management" page:

    testbundle_3

  2. Click the "Download" button for the test bundle in the list to download it:

    testbundle_7

Usage

When running batch tests, you can select a specific version of the test bundle to execute test tasks. Test bundles can be identified by their sequence number, category, and version number.

test-bundle_8

Learn More