Review at https://gerrit.osmocom.org/5035
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(-)
git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests
refs/changes/35/5035/1
diff --git a/setup.py b/setup.py
index 864992d..e74146f 100755
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@
"osmopy/soap.py",
"osmopy/rate_ctr2csv.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: newchange
Gerrit-Change-Id: Ic3e160c220ca6d2b55df0dfcdcdcb56e4e240bb3
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max <[email protected]>