Authenticate. validate_neutron does not validate token per repetition

Bug #1442203 reported by Alex Krzos
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Low
pradeep kumar surisetty

Bug Description

Calling neutron_client.get_auth_info() just returns a hash of authentication information.

test scenario Authenticate.validate_neutron
args position 0
args values:
{
  "runner": {
    "type": "constant",
    "concurrency": 8,
    "times": 1000
  },
  "args": {
    "repetitions": 5
  },
  "context": {
    "users": {
      "project_domain": "default",
      "users_per_tenant": 8,
      "tenants": 1,
      "resource_management_workers": 30,
      "user_domain": "default"
    }
  }
}
+-----------------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
| action | min (sec) | avg (sec) | max (sec) | 90 percentile | 95 percentile | success | count |
+-----------------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
| authenticate.validate_neutron | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1000 |
| authenticate.validate_neutron (2) | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1000 |
| authenticate.validate_neutron (3) | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1000 |
| authenticate.validate_neutron (4) | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1000 |
| authenticate.validate_neutron (5) | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1000 |
| total | 0.381 | 0.793 | 1.33 | 0.934 | 0.985 | 100.0% | 1000 |
+-----------------------------------+-----------+-----------+-----------+---------------+---------------+---------+-------+
Load duration: 99.372592926
Full duration: 103.557411194

Revision history for this message
Boris Pavlovic (boris-42) wrote :

Yep we should chose different command for validation

Changed in rally:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/201023
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=02e53eb280a48191297c5c2c6cd895772a25d6f4
Submitter: Jenkins
Branch: master

commit 02e53eb280a48191297c5c2c6cd895772a25d6f4
Author: Pradeep Kumar Surisetty <email address hidden>
Date: Mon Jul 13 09:15:48 2015 +0530

    Change neutron command to validate token

    Currently neutron_client.get_auth_info is being used just returns hash
    of authentication. Changing command to list_networks to fix this

    Closes-bug: #1442203
    Change-Id: I98f275bc5a1275b2b83ec6b53f5f20b0bcc76ead

Changed in rally:
status: Triaged → Fix Committed
Changed in rally:
milestone: none → 0.1.0
assignee: nobody → pradeep kumar surisetty (psuriset)
Changed in rally:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.