Make bootstrap test name / description more generic

This commit is contained in:
yuvipanda
2018-10-31 11:21:09 -07:00
parent b644599af8
commit 99e3106b29
2 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
"""
Test running on non-supported distros
Test running bootstrap script in different circumstances
"""
import subprocess
def test_ubuntu_too_old():
"""
Error with a useful message when running in older Ubuntu
"""
container_name = 'old-distro-test'
# stop container if it is already running