~fnordahl/ubuntu-openstack-ci/bug-1733984

« back to all changes in this revision

Viewing changes to run/job-parts/build_unit_test.sh

  • Committer: Liam Young
  • Date: 2020-08-18 06:58:01 UTC
  • mfrom: (435.1.1 ubuntu-openstack-ci)
  • Revision ID: liam.young@canonical.com-20200818065801-5fi2q9dz14vxbvi7
[gnouy,r=chris.macnaughton] Add operator charm support to unit test runner

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        tox_e_try[0]="py27"
22
22
        tox_e_try[1]="py35"
23
23
        ;;
24
 
    "charm (built)"|"charm (source)"|"layer"|"interface")
 
24
    "charm (built)"|"charm (source)"|"charm (source operator)"|"layer"|"interface")
25
25
        # Reactive charms require py35
26
26
        tox_e_try[0]="py35"
27
27
        tox_e_try[1]="py27"