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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>