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:
parent
a27d0eb32a
commit
0192397f7c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user