taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Jul20 manual tests - debian10 py3qt5 #1128

Closed cpascual closed 4 years ago

cpascual commented 4 years ago

This issue is created for reporting the results of manual tests for Jul20 release on debian10 with dependencies installed via official repositories:

$ sudo apt install python3-click python3-future python3-guidata python3-guiqwt \
   python3-pint python3-ply python3-pyqt5 python3-qtconsole python3-pymca5\
   python3-qwt python3-spyder python3-spyderlib python3-tango qttools5-dev-tools
(...)
$ mkvirtualenv --system-site-packages -p /usr/bin/python3 tmpJul20
(...)
$ pip install https://ci.appveyor.com/api/buildjobs/bqbunbi7or7wwsnw/artifacts/dist%2Ftaurus-4.7.0a0.tar.gz
(...)
Successfully installed taurus-4.7.0a0
$ pip install taurus_pyqtgraph
(...)
Successfully installed taurus-pyqtgraph-0.3.5
$ set TANGO_HOST=192.168.xxx.yyy:10000  # <- my tango host IP in the local network 
cpascual commented 4 years ago

Installation

For tips on how to prepare an environment for installation, see http://taurus-scada.org/users/getting_started.html

cpascual commented 4 years ago

taurus demo

cpascual commented 4 years ago

taurus image

taurus trend2d

cpascual commented 4 years ago

taurus designer

taurus device

taurus panel

taurus form

(basically try all features described in the user's guide

cpascual commented 4 years ago

taurus gui

(basically try all features described in the user's guide

cpascual commented 4 years ago

taurus config

taurus icons catalog

cpascual commented 4 years ago

taurus_pyqtgraph plot (needs taurus_pyqtgraph installed)

taurus_pyqtgraph trend (needs taurus_pyqtgraph installed)

cpascual commented 4 years ago

Some issues found and reported, but none is release-critical, IMHO.