[MERGED] python/osmo-python-tests[master]: Add osmo_ipa.py to setup's install

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Mon Nov 27 14:22:35 UTC 2017


Max has submitted this change and it was merged.

Change subject: Add osmo_ipa.py to setup's install
......................................................................


Add osmo_ipa.py to setup's install

When running jenkins job, osmo_ipa is not available despite latest
osmo-python-tests being installed on the build slave. Let's try to fix
it by explicitly adding it to setup.py

Change-Id: Ic3e160c220ca6d2b55df0dfcdcdcb56e4e240bb3
---
M setup.py
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Max: Verified
  Neels Hofmeyr: Looks good to me, approved



diff --git a/setup.py b/setup.py
index daff5ea..3e147c4 100755
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,7 @@
 		   "osmopy/osmo_interact_ctrl.py",
 		   "osmopy/soap.py",
 		   "osmopy/osmo_ctrl.py",
+		   "osmopy/osmo_ipa.py",
 		   "osmopy/twisted_ipa.py",
 		   "osmopy/osmo_verify_transcript_vty.py",
 		   "osmopy/osmo_verify_transcript_ctrl.py"]

-- 
To view, visit https://gerrit.osmocom.org/5035
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic3e160c220ca6d2b55df0dfcdcdcb56e4e240bb3
Gerrit-PatchSet: 2
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list