Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Cleber Rosa
On 2/26/19 9:13 PM, Junchao Zhang wrote: > Hi Cleber, > > Thanks for your investigation! It works for me now and I can run avocado > by "python -m avocado run". One more thing I did after copying all .whl > files is I removed all old .egg files. You saved my life! > > One more question I have

[Avocado-devel] Avocado release 69.0: The King's Choice

2019-02-26 Thread Cleber Rosa
Hello everyone, This is yet another Avocado release announcement: 69.0, an LTS release, is now available! About LTS (Long Term Stability) === This release is the third LTS (Long Term Stability) release. The previous LTS release, 52.x, will be supported for an additio

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Junchao Zhang
Hi Cleber, Thanks for your investigation! It works for me now and I can run avocado by "python -m avocado run". One more thing I did after copying all .whl files is I removed all old .egg files. You saved my life! One more question I have is: When I ran my test, I got the following issue: [root

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Cleber Rosa
Junchao, I can't really tell what's going wrong there. I'd suggest you to first check if the location you're using: /mnt/us/testutils/python/lib/python2.7/site-packages/ Is really a location your Python install is aware of. Then, I'd suggest is that you attempt to get binary packages and

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Junchao Zhang
Hi Cleber, I can see the content in /mnt/us/testutils/python/lib/python2.7/site-packages/avocado_framework-68.0-py2.7.egg/EGG-INFO/entry_points.txt: [root@kindle site-packages]# cat ./avocado_framework-68.0-py2.7.egg/EGG-INFO/ent ry_points.txt [avocado.plugins.cli] envkeep = avocado.plugins.envkee

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Cleber Rosa
- Original Message - > From: "Junchao Zhang" > To: "Cleber Rosa" > Cc: "Lukáš Doktor" , avocado-devel@redhat.com > Sent: Tuesday, February 26, 2019 3:47:20 PM > Subject: Re: [Avocado-devel] Avocado related questions > > HI Cleber, > > Here is some problem: > I cannot see anything whe

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Junchao Zhang
HI Cleber, Here is some problem: I cannot see anything when I ran the command: >>> pkg_resources.get_entry_map(dist) {} Thanks, Junchao On Tue, Feb 26, 2019 at 11:37 AM Cleber Rosa wrote: > > > - Original Message - > > From: "Junchao Zhang" > > To: "Cleber Rosa" > > Cc: "Lukáš Doktor

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Cleber Rosa
- Original Message - > From: "Junchao Zhang" > To: "Cleber Rosa" > Cc: "Lukáš Doktor" , avocado-devel@redhat.com > Sent: Tuesday, February 26, 2019 2:23:39 PM > Subject: Re: [Avocado-devel] Avocado related questions > > Hi Cleber, > > Here is the output: > >>> import pkg_resources >

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Junchao Zhang
Hi Cleber, Here is the output: >>> import pkg_resources >>> pkg_resources.get_distribution('avocado-framework') avocado-framework 68.0 (/mnt/us/testutils/python/lib/python2.7/site-packages) [root@kindle scripts]# cd /mnt/us/testutils/python/lib/python2.7/site-packages [root@kindle site-packages]#

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Cleber Rosa
- Original Message - > From: "Junchao Zhang" > To: "Lukáš Doktor" > Cc: avocado-devel@redhat.com > Sent: Tuesday, February 26, 2019 1:38:40 PM > Subject: Re: [Avocado-devel] Avocado related questions > > Hi Lukas, > > Here is some update: > I replace the setuptools with a new one and

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Junchao Zhang
Hi Lukas, Here is some update: I replace the setuptools with a new one and reran "python setup.py install". I have attached the output below. Everything looks great. But after the installation, when I execute /mnt/us/avocado/scripts/avocado, there is still not options for valid subcommands: [root@

Re: [Avocado-devel] Avocado related questions

2019-02-26 Thread Junchao Zhang
Hi Lukas, I am using Kindle which is armv7l. There is no "pip" on this server. What I did is I directly copy the setuptools package from my x86_64 Ubuntu and removed all the .pyc files in the package. The setuptools work fine on my x86_64 server. We want to keep the system clean so probably cannot

Re: [Avocado-devel] Avocado test report with statistics

2019-02-26 Thread Tejas Gadaria
Hi Cleber, Apologies for delayed response.! Yes, absolutely, we should brainstorm on this. I find the second option ("avocado.Test.set_status_info('Info on whatever happens'),) is more flexible than the first one. I see one more option (I am not sure, how much complexity is involved to impl