js-openstack-lib/test/functional
Corentin Ardeois beec17c6e4 Use serviceEndpoint compatible with versions
This patch adds a more flexible selection of version in AbstractService.
A version will be selected if it's compatible with the 'supportedVersions'.
Example:
  supportedVersions = ['v3.1'];
  All minor versions above 3.1 will be compatible (3.1.2, 3.2, 3.3 etc)
  However 4.x will not be compatible

Change-Id: Icd540449ebf6a09d9bb7e1d25a85e2dbe787c5a4
2016-11-23 09:53:27 -05:00
..
helpers Update eslint and eslint-config-openstack to latest versions 2016-08-10 17:44:02 +03:00
glanceTest.js Use serviceEndpoint compatible with versions 2016-11-23 09:53:27 -05:00
jasmine.json Add functional tests for devstack gate 2016-08-05 13:27:17 -04:00
keystoneTest.js Use serviceEndpoint compatible with versions 2016-11-23 09:53:27 -05:00
neutronTest.js Use serviceEndpoint compatible with versions 2016-11-23 09:53:27 -05:00
openstackTest.js Added networkList() method to OpenStack wrapper 2016-10-17 10:31:41 -04:00