diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-26 18:39:52 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 21:47:09 +0200 |
commit | 6890cd7b0f2419d6b1a720d892f9a7d07b7cfd05 (patch) | |
tree | a720ba9c5ca30326d2f6d37fb805bce16ff1b54a /debian/control | |
parent | 85c8399b6f8cf0d999076bddaba09c1cc9088917 (diff) | |
download | vyos-1x-6890cd7b0f2419d6b1a720d892f9a7d07b7cfd05.tar.gz vyos-1x-6890cd7b0f2419d6b1a720d892f9a7d07b7cfd05.zip |
smoketest: T6510: make test_configd_inspect.py a build time test
Rather then waiting for a fully assembled ISO image to validate if there is no
incompatibility with vyos-configd - like more then one instance of Config(),
make this a build time test case for "make test"
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 2e99bdc28..883e08649 100644 --- a/debian/control +++ b/debian/control @@ -19,12 +19,18 @@ Build-Depends: python3-xmltodict, # For running tests python3-coverage, + python3-hurry.filesize, + python3-netaddr, python3-netifaces, python3-nose, python3-jinja2, + python3-paramiko, + python3-passlib, python3-psutil, python3-requests, python3-setuptools, + python3-tabulate, + python3-zmq, quilt, whois Standards-Version: 3.9.6 |