Class: Aws::IoTDeviceAdvisor::Types::TestCaseRun

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb

Overview

Provides the test case run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Provides test case run end time.

Returns:

  • (Time)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#failureString

Provides test case run failure result.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#log_urlString

Provides test case run log URL.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Provides test case run start time.

Returns:

  • (Time)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Provides the test case run status. Status is one of the following:

  • PASS: Test passed.

  • FAIL: Test failed.

  • PENDING: Test has not started running but is scheduled.

  • RUNNING: Test is running.

  • STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.

  • STOPPED Test is stopped. You will see this status only if you stop a suite run.

  • PASS_WITH_WARNINGS: Test passed with warnings.

  • ERORR: Test faced an error when running due to an internal issue.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_definition_idString

Provides the test case run definition ID.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_definition_nameString

Provides the test case run definition name.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_run_idString

Provides the test case run ID.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#test_scenariosArray<Types::TestCaseScenario>

Provides the test scenarios for the test case run.

Returns:



765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end

#warningsString

Provides test case run warnings.

Returns:

  • (String)


765
766
767
768
769
770
771
772
773
774
775
776
777
778
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 765

class TestCaseRun < Struct.new(
  :test_case_run_id,
  :test_case_definition_id,
  :test_case_definition_name,
  :status,
  :start_time,
  :end_time,
  :log_url,
  :warnings,
  :failure,
  :test_scenarios)
  SENSITIVE = []
  include Aws::Structure
end