Sha256: 2e231632169a7fbee0f19042e4fe0183d40d9ac1f7bfcc86c109402f0f4c3a2d

Contents?: true

Size: 975 Bytes

Versions: 4

Compression:

Stored size: 975 Bytes

Contents

# frozen_string_literal: true

require_relative '../../export_kick_off_performer'
require_relative '../bulk_data_export_cancel_test'

module BulkDataTestKit
  module BulkDataV101
    class BulkDataSystemExportCancelGroup < Inferno::TestGroup
      id :bulk_data_system_export_cancel_group
      title 'System Level Export Cancel Tests'
      description %(
        Verify that the Bulk Data server supports cancelling requested system level exports.
        This group initiates a new export and immediately cancels it to verify
        correct behavior.
      )

      input :bearer_token, 
            optional: true

      output :system_cancelled_polling_url

      test from: :bulk_data_export_cancel,
           id: :bulk_data_system_export_cancel,
           config: {
             outputs: { cancelled_polling_url: { name: :system_cancelled_polling_url } },
             options: { resource_type: 'system', bulk_export_url: '$export' }
           }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulk_data_test_kit-0.11.1 lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_cancel_group.rb
bulk_data_test_kit-0.11.0 lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_cancel_group.rb
bulk_data_test_kit-0.10.1 lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_cancel_group.rb
bulk_data_test_kit-0.10.0 lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_cancel_group.rb