Commit Graph

5 Commits

Author SHA1 Message Date
Alex Kavanagh 14cb348a09 Migrate unit tests from testr to stestr
Note: there aren't actually any unit tests, but this at least moves it
away from the deprecated library.

Change-Id: Ic9bec4534bc200d427241cd60b5b90b0fd89102e
2021-02-10 10:50:51 +00:00
Camille Rodriguez 4233290785 Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I6574937828a114add62a3417d30ec6541b124485
2019-08-27 09:02:45 -04:00
Doug Hellmann 30e6b7fdbd fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I0157a9abf9f2e5af7ad78a9baac9ff519edaae21
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-04 11:29:10 +00:00
Andreas Jaeger 3b97e40e3b Update tox to remove deprecated pip option
The job --allow-unverified is obsolete, also python-apt cannot be
installed and is unneeded for current jobs.

Remove so that python installation works.

Change-Id: I41e6d91bc9ca0c40e29f05ba1eabfb87523f725d
2018-10-04 12:13:54 +02:00
Alex Kavanagh a4f85602af plugin interface for manila to backends
This commit contains the interface code to connect between the
manila charm and a backend plugin that will provide configuration
for the manila.

Plugin charms are subordinate because they need to be on the same
unit/machine as the manila file share service.

This interface also implements a 1-many interface and so contains code
to manage that.  That code will be abstracted back to charms.openstack
at some point.

Change-Id: Ied0ad014ab7b1d4778113b0d3f2bbae08075372e
2016-11-15 15:21:27 -06:00