Skip to content

Commit fee71ca

Browse files
committed
MDBF-917: Bintar deps validation tests
This commit introduces two different validation scripts. * One that checks dependencies of ELF files in bintar archives. * One that does a smoke test on bintar archives: Goes through each supported distribution and starts a bare-bones container image. Then within the image it does: 1. Extract the archive mariadb-install-db 2. Run ./mariadb-install-db 3. Start ./mariadbd as a process inside the container 4. Use the ./mariadb client from the archive to connect and run SELECT VERSION().
1 parent e84cb1b commit fee71ca

File tree

13 files changed

+5007
-0
lines changed

13 files changed

+5007
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ python-dotenv
1313
pyzabbix
1414
sqlalchemy==1.3.23
1515
treq
16+
python-magic

0 commit comments

Comments
 (0)