Comment 6 for bug 1555764

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/293569
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=7dac478026ec69ca70f36485408fd8d2afa94a2d
Submitter: Jenkins
Branch: master

commit 7dac478026ec69ca70f36485408fd8d2afa94a2d
Author: Piyush Raman Srivastava <email address hidden>
Date: Wed Mar 16 09:46:59 2016 -0700

    Fix validate_args function in cliutils

    Fix validate_args() for more strict validation. Current
    logic works if only 1 required arg for functions.
    May fails if more than 1 required args.
    Refer to bug description for example failure case.

    Change-Id: Ie9bc54631d431f0933daf74793f0bcca1ba227f7
    Closes-Bug: #1555764