xen-troops / meta-xt-prod-devel

GNU General Public License v2.0
4 stars 13 forks source link

Hide storageadapter #367

Closed rshym closed 3 years ago

rshym commented 3 years ago

Changes introduced by this PR are:

rshym commented 3 years ago

Tested by following cases:

a) Expected configuration. Test OK, aos-vis works as expected.
XT_USE_VIS_SERVER = "true"
AOS_VIS_PLUGINS = "renesassimulatoradapter"

b) Plugin is not specified. Test OK, aos-vis works as expected.
XT_USE_VIS_SERVER = "true"
#AOS_VIS_PLUGINS = "renesassimulatoradapter"

c) VIS is not enabled. Test OK, no aos-vis installed in DomD.
#XT_USE_VIS_SERVER = "true"
#AOS_VIS_PLUGINS = "renesassimulatoradapter"

d) Double definition of plugin. Test OK, aos-vis works as expected.
XT_USE_VIS_SERVER = "true"
AOS_VIS_PLUGINS = "renesassimulatoradapter storageadapter"
rshym commented 3 years ago

Reviewer is added.

arminn commented 3 years ago

LGTM