Task overview

Scenario Load duration (s) Full duration (s) Iterations Runner Errors Hooks Success (SLA)
NovaKeypair.boot_and_delete_server_with_keypair 21.981 68.252 1 constant 0 0
NovaServerGroups.create_and_delete_server_group 1.998 18.828 1 constant 0 0
NovaServers.boot_and_live_migrate_server 45.707 66.887 1 constant 0 0
NovaServers.boot_and_migrate_server 69.936 90.668 1 constant 0 0
NovaServers.boot_server_and_list_interfaces 15.156 65.234 1 constant 0 0
NovaServers.boot_server_attach_created_volume_and_live_migrate 77.389 103.167 1 constant 0 0
NovaServers.boot_server_from_volume_and_delete 44.294 97.475 1 constant 0 0
NovaServers.boot_server_from_volume_and_live_migrate 66.172 92.739 1 constant 0 0
NovaServers.pause_and_unpause_server 22.139 73.972 1 constant 0 0

Input file

{
  "version": 2, 
  "title": "", 
  "description": "", 
  "subtasks": [
    {
      "title": "NovaServers.boot_and_live_migrate_server", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.boot_and_live_migrate_server": {
              "block_migration": false, 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "nics": [
                {
                  "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                }
              ]
            }
          }, 
          "description": "Live Migrate a server.", 
          "contexts": {
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServers.boot_server_attach_created_volume_and_live_migrate", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.boot_server_attach_created_volume_and_live_migrate": {
              "block_migration": false, 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "boot_server_kwargs": {
                "nics": [
                  {
                    "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                  }
                ]
              }, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "size": 10
            }
          }, 
          "description": "Create a VM, attach a volume to it and live migrate.", 
          "contexts": {
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServers.boot_server_from_volume_and_live_migrate", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.boot_server_from_volume_and_live_migrate": {
              "volume_size": 10, 
              "nics": [
                {
                  "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                }
              ], 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "block_migration": false, 
              "force_delete": false, 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }
            }
          }, 
          "description": "Boot a server from volume and then migrate it.", 
          "contexts": {
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaKeypair.boot_and_delete_server_with_keypair", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaKeypair.boot_and_delete_server_with_keypair": {
              "server_kwargs": {
                "nics": [
                  {
                    "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                  }
                ]
              }, 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }
            }
          }, 
          "description": "Boot and delete server with keypair.", 
          "contexts": {
            "quotas": {
              "nova": {
                "ram": -1, 
                "floating_ips": -1, 
                "security_group_rules": -1, 
                "instances": -1, 
                "key_pairs": -1, 
                "cores": -1, 
                "security_groups": -1
              }, 
              "neutron": {
                "subnet": -1, 
                "network": -1, 
                "port": -1
              }
            }, 
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }, 
            "network": {
              "networks_per_tenant": 1, 
              "start_cidr": "100.1.0.0/25"
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServers.boot_server_from_volume_and_delete", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.boot_server_from_volume_and_delete": {
              "volume_size": 5, 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "nics": [
                {
                  "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                }
              ]
            }
          }, 
          "description": "Boot a server from volume and then delete it.", 
          "contexts": {
            "quotas": {
              "cinder": {
                "gigabytes": -1, 
                "volumes": -1, 
                "snapshots": -1
              }, 
              "nova": {
                "ram": -1, 
                "floating_ips": -1, 
                "security_group_rules": -1, 
                "instances": -1, 
                "cores": -1, 
                "security_groups": -1
              }, 
              "neutron": {
                "subnet": -1, 
                "network": -1, 
                "port": -1
              }
            }, 
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }, 
            "network": {
              "networks_per_tenant": 1, 
              "start_cidr": "100.1.0.0/25"
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServers.pause_and_unpause_server", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.pause_and_unpause_server": {
              "force_delete": false, 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "nics": [
                {
                  "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                }
              ]
            }
          }, 
          "description": "Create a server, pause, unpause and then delete it", 
          "contexts": {
            "quotas": {
              "nova": {
                "ram": -1, 
                "floating_ips": -1, 
                "security_group_rules": -1, 
                "instances": -1, 
                "cores": -1, 
                "security_groups": -1
              }, 
              "neutron": {
                "subnet": -1, 
                "network": -1, 
                "port": -1
              }
            }, 
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }, 
            "network": {
              "networks_per_tenant": 1, 
              "start_cidr": "100.1.0.0/25"
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServers.boot_and_migrate_server", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.boot_and_migrate_server": {
              "nics": [
                {
                  "net-id": "c8346fed-2a66-4d68-8757-91176333cb5d"
                }
              ], 
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }
            }
          }, 
          "description": "Migrate a server.", 
          "contexts": {
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServers.boot_server_and_list_interfaces", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServers.boot_server_and_list_interfaces": {
              "flavor": {
                "name": "rally_sanity-flavor_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }, 
              "auto_assign_nic": true, 
              "image": {
                "name": "rally_sanity-img_313da27b-0ae6-49c8-bdee-9af2a78e923e"
              }
            }
          }, 
          "description": "Boot a server and list interfaces attached to it.", 
          "contexts": {
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }, 
            "network": {}
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }, 
    {
      "title": "NovaServerGroups.create_and_delete_server_group", 
      "description": "", 
      "workloads": [
        {
          "scenario": {
            "NovaServerGroups.create_and_delete_server_group": {
              "policies": [
                "affinity"
              ]
            }
          }, 
          "description": "Create a server group, then delete it.", 
          "contexts": {
            "users": {
              "users_per_tenant": 1, 
              "tenants": 1
            }
          }, 
          "runner": {
            "constant": {
              "concurrency": 1, 
              "times": 1
            }
          }, 
          "hooks": [], 
          "sla": {
            "failure_rate": {
              "max": 0
            }
          }
        }
      ]
    }
  ]
}

. (s)

  • Overview
  • Details
  • Scenario Data
  • Hooks
  • Failures
  • Input task