{ "TempestScenario.list_of_tests": [ { "args": { "tempest_conf": "/etc/tempest/tempest.conf", "test_names": [ "tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor", "tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors", "tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail", "tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image", "tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image", "tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images", "tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail", "tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create", "tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr", "tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id", "tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted", "tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list", "tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete", "tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete", "tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups", "tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups", "tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip", "tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces", "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers", "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail", "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details", "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers", "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail", "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped", "tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses", "tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network", "tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance", "tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas", "tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas", "tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas", "tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete", "tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_create", "tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_delete", "tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_get", "tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_list", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_create", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_delete", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_get", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_list", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_create", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_delete", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_get", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_list", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_create", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_delete", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_get", "tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_list", "tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_create", "tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_delete", "tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_get", "tempest.api.data_processing.test_job_b
##############################################################################
# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---

schema: "yardstick:task:0.1"
description: >
    Measure CPU performance using SPEC CPU2006;

{% set file = file or "/etc/yardstick/pod.yaml" %}
{% set host = host or 'node1' %}
{% set benchmark = benchmark or 'int' %}
{% set runspec_iterations = runspec_iterations or 1 %}
{% set runspec_tune = runspec_tune or 'base' %}
{% set runspec_size = runspec_size or 'ref' %}
{% set runspec_rate = runspec_rate or 1 %}

scenarios:
-
  type: SpecCPU2006

  options:
      SPECint_benchmark: {{benchmark}}
      runspec_iterations: {{runspec_iterations}}
      runspec_tune: {{runspec_tune}}
      runspec_size: {{runspec_size}}
      runspec_rate: {{runspec_rate}}

  host: {{host}}.yardstick-TC078

  runner:
    type: Iteration
    iterations: 1

context:
  type: Node
  name: yardstick-TC078
  file: {{ file }}

  env:
    type: ansible
    setup: spec_cpu2006_install.yaml
    teardown: spec_cpu2006_uninstall.yaml
_x_object_meta", "tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest", "tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest", "tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata", "tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata", "tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest", "tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata", "tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata", "tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest", "tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey", "tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds", "tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds", "tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container", "tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list", "tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show", "tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template", "tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list", "tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata", "tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config", "tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate", "tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change", "tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change", "tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources", "tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds", "tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications", "tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications", "tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance", "tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance", "tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete", "tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image", "tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete", "tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image", "tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list", "tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list", ] }, "runner": { "type": "serial", "times": 1, "concurrency": 1 } } ] }