python311Packages.tempest: add meta.mainProgram

This commit is contained in:
Anthony ROUSSEL 2024-09-12 20:20:05 +02:00
parent 085f08d4f2
commit 846b1292a4

View File

@ -96,6 +96,7 @@ buildPythonPackage rec {
description = "OpenStack integration test suite that runs against live OpenStack cluster and validates an OpenStack deployment";
homepage = "https://github.com/openstack/tempest";
license = licenses.asl20;
mainProgram = "tempest";
maintainers = teams.openstack.members;
};
}