Skip to content
Failed

#677 (Mar 15, 2018, 6:42:31 PM)

Started 7 yr 11 mo ago
Took 34 min on osmo-gsm-tester-prod
Build Artifacts
log837.35 KiB view
trial-677-run.tgz841.16 KiB view

Started by user Pau Espin Pedrol

Revision: a6d427a7aef6effbe5d942813ef5c26fb03b31d6
Repository: git://git.osmocom.org/osmo-gsm-tester
  • refs/remotes/origin/pespin/nanobts
Tests (2 failures / -3)Show all failed tests >>>

Upstream Builds

Introduce PowerSupply interface and PowerSupplySispm
File powersupply.py defines the interface to be used by child classes
implementing it. It also provides helpers to allocate a child class
based on configuration provided ('type' field).
File powersupply_sispm.py is an implementation using pysispm [1], as
it's the one used to control the programmable power socket we have right
now.
This kind of class will be used in later commits by Nanobts class, as we
want to poweroff the Nanobts completelly when not in use.
Using it requires the following extra dependencies:
$ apt-get install python3-usb
$ pip3 install pysispm
Related: OS#3040
[1] https://github.com/xypron/pysispm
Change-Id: I981c260eca1a61657147e6d83b4226618088223c
Pau Espin Pedrol at
Introduce ip.access nanobts support
Change-Id: Ibaea025b3a503dfe897d36701234445de6d49f82
Pau Espin Pedrol at
default-suites.conf: Add nanobts related tests
Change-Id: I054db78e6a71514133e4e3c3158342b74af44201
Pau Espin Pedrol at