tests/acceptance/virtiofs_submounts.py: evaluate string not length
commitc028691e65b9f45e7a8ff8ffbfb9a3818478b572
authorCleber Rosa <crosa@redhat.com>
Mon, 12 Apr 2021 04:46:35 +0000 (12 00:46 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 1 Jun 2021 20:21:20 +0000 (1 16:21 -0400)
treec7ad43d84a75516bd762de24757e3d7cc3809693
parentf084e148aa401f71c33da4268f73815e0dc2b262
tests/acceptance/virtiofs_submounts.py: evaluate string not length

If the vmlinuz variable is set to anything that evaluates to True,
then the respective arguments should be set.  If the variable contains
an empty string, than it will evaluate to False, and the extra
arguments will not be set.

This keeps the same logic, but improves readability a bit.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210412044644.55083-3-crosa@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
tests/acceptance/virtiofs_submounts.py