taurus-org / taurus

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

Jul19 manual release tests: debian10 py3qt5 #977

Closed cpascual closed 5 years ago

cpascual commented 5 years ago

This issue is created for reporting the results of the manual tests for Jul19 release on debian10 (buster) with python3 and qt5.

The tests are done by @mrosanes and @cpascual

cpascual commented 5 years ago

Installation

The installation is done on a pristine taurus-test:debian-buster container deployed with

xhost +local:
docker run -d --name=taurus-buster -h taurus-test -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 -v /tmp/.X11-unix:/tmp/.X11-unix cpascual/taurus-test:debian-buster
docker exec -it taurus-buster bash

installing from latest appveyor artifact from the release-Jan19 branch with:

pip3 install https://ci.appveyor.com/api/buildjobs/g0ecp4g47ybyxvky/artifacts/dist%2Ftaurus-4.6.0a0.tar.gz
cpascual commented 5 years ago

taurus demo

mrosanes commented 5 years ago

taurus guiqwt image

mrosanes commented 5 years ago

taurus guiqwt trend2d

mrosanes commented 5 years ago

taurus device

cpascual commented 5 years ago

taurus panel

cpascual commented 5 years ago

taurus form

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

mrosanes commented 5 years ago

taurus icons catalog

cpascual commented 5 years ago

Generic issues

Some generic issues detected in one or more tests

mrosanes commented 5 years ago

taurus gui

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

mrosanes commented 5 years ago

taurus config

mrosanes commented 5 years ago

taurus tpg plot (needs taurus_pyqtgraph installed)

mrosanes commented 5 years ago

taurus tpg trend (needs taurus_pyqtgraph installed)

mrosanes commented 5 years ago

taurus designer

cpascual commented 5 years ago

All relevant issues found have been already reported in the tracker, and none is considered release-critical. I am closing this test issue. Thanks @mrosanes for the tests!