Default functional tests to use v3 API

Functional tests were still set to use 2.0. This updates it to use the
v3.0 base version.

Change-Id: I29b81bdad325e6ecf6a76c3813b4e9ba09dd0eb3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-08-08 10:56:04 -05:00
parent a27d0eb32a
commit 0192397f7c
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def generate_new_element(items, prefix, numeric=False):
class _FunctionalTestBase(test.TestCase):
osapi_version_major = '2'
osapi_version_major = '3'
osapi_version_minor = '0'
def setUp(self):