]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-test: add missing SUBCOMMAND definition 1853/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 Jun 2021 14:53:08 +0000 (16:53 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 Jun 2021 14:53:08 +0000 (16:53 +0200)
This is making some tests fail in the CI like following:

```
+ /tmp/venv.LBZdiW0Nx4/bin/tox --workdir=/tmp/tox.pQhNDR2lrs -vre
  xenial-bluestore-mixed_type -- --provider=libvirt
  using tox.ini:
  /home/jenkins-build/build/workspace/ceph-volume-scenario/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini
  (pid 1864)
  ERROR: unknown environment 'xenial-bluestore-mixed_type'
```

it's picking up the wrong tox.ini file because SUBCOMMAND isn't injected
as it should be.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-volume-test/config/definitions/ceph-volume-test.yml

index e5ebd2206a0b77cecbaf3e64ea113268ffdfae96..9aa314bd9532fbeaf1c3127a59c47298679e1cfe 100644 (file)
                   current-parameters: true
                   predefined-parameters: |
                     SCENARIO=xenial-bluestore-mixed_type
+                    SUBCOMMAND=batch
                 - name: ceph-volume-scenario
                   current-parameters: true
                   predefined-parameters: |