Developers
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
June 2022
- 8 participants
- 13 discussions
When I did a test merge, there were a few hundred differences, and maybe half a dozen merge conflicts. I'm not sure how easy it'll be to do one big merge, but I hope for the best.
Leam
On 6/29/22 13:22, James Keener wrote:
> If that means that the code for all the radio models is acceptable in the py3 branch, that's huge! as I believe that was one of the sticking points mentioned in one of the (many) prior threads about this issue (i.e. Since we can't test all of the radios, the powers that be weren't comfortable with a lot of the py3 stuff becoming "production").
>
> If there is a todo list or tickets for the py3 branch, I can offer some time to look at it. Last time I tried it I got it up and running, but didn't even know where to begin or what was currently in progress.
>
> Jim
>
> On Fri, Jun 24, 2022 at 5:24 PM Martin Cooper via chirp_devel <chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> wrote:
>
> The py3 branch is maintained in such a way as to run on both Python 2 and Python 3. You'll see a number of places where the 'six' package is used to help with that. That work is already done, with the possible exception of a few of the drivers.
>
> The GUI is already separate from the CLI and the core code. In fact, the CLI tool (chirpc) works fine in the py3 branch. I've used it to program one of my radios, and that's a live mode radio. It's the GUI behaviour that's not all there.
>
> I believe that the trees are actually largely, if not completely, parallel in terms of the core code. The trees look very different, but changes have been going into both trees for a while now. So the remaining work really is almost all in the wxPython code.
>
> Martin.
> KD6YAM
>
> On Fri, Jun 24, 2022 at 1:38 PM Leam Hall via chirp_devel <chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> wrote:
>
> Would it work to separate the tasks by how they differ in Python 2 and 3? For example, the Exception and print() statements could be made to work in both, right?
>
> The GitHub repo shows a lot of changes between the main and py3 branches. Trying to merge all of those could be difficult, but if you made the compatible changes first, and then maybe added a command line flag for "--use-python3" or similar, you could work in the changes while keeping things Python 2 compatible.
>
> If you isolated the GUI code, you could get the CLI and methods working first, and then add a flag for "--use-wxpython" once the new interface worked.
>
> Does that make sense?
>
> Leam
>
>
> On 6/24/22 15:22, Joe Pizzi via chirp_devel wrote:
> > My two cents: Back out the experiment and maintain the current released behavior. The changes are in the repository, so if someone wanted to pick it back up, nothing is lost.
> >
> > Joe Pizzi
> >
> > *From:* Martin Cooper <mfncooper(a)gmail.com <mailto:mfncooper@gmail.com>>
> > *Sent:* Friday, June 24, 2022 12:42 PM
> > *To:* Joe Pizzi <pizzi.joe(a)gmail.com <mailto:pizzi.joe@gmail.com>>; chirp-devel <chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>
> > *Subject:* Re: [chirp_devel] Is anyone running chirp on Python 3?
> >
> > Yes, I agree that getting a GUI working properly is an important step. My question is how we deal with things like this:
> >
> > http://intrepid.danplanet.com/pipermail/chirp_devel/2022-April/006737.html <http://intrepid.danplanet.com/pipermail/chirp_devel/2022-April/006737.html> <http://intrepid.danplanet.com/pipermail/chirp_devel/2022-April/006737.html <http://intrepid.danplanet.com/pipermail/chirp_devel/2022-April/006737.html>>
> >
> > (Be sure to read the entire thread.)
> >
> > Do we back out the experiment and revert to current Py2 behaviour? Finish the experiment? Do something else? Who makes these kinds of design decisions, other than Dan being the gateway to the repo and what ultimately gets committed? I stopped working on it because it wasn't clear which direction to proceed with.
> >
> > Martin.
> >
> > KD6YAM
> >
> > On Fri, Jun 24, 2022 at 9:16 AM Joe Pizzi via chirp_devel <chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>> wrote:
> >
> > The clearest direction I've seen is that we need to get the wxPython GUI up-to-par with the GTK GUI.
> >
> > I know that I've been able to clean up the drivers so that they pass the tests, when using Python 3, so that is pretty straightforward.
> >
> > I suggest we get the GUI working, so there is much less of an impediment to switching. Note, too, that there are several sight-impaired Chirp users, so we need to ensure we maintain the ability to use a screen reader. I haven't a clue what the status of support wxPython provides for that. I *think* ORCA has been mentioned as the screen reader of preference (judging by user questions).
> >
> > Joe Pizzi
> >
> > -----Original Message-----
> > From: chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>> On Behalf Of Dominick C. Pastore via chirp_devel
> > Sent: Friday, June 24, 2022 10:56 AM
> > To: Dominick C. Pastore <chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > Subject: Re: [chirp_devel] Is anyone running chirp on Python 3?
> >
> > I agree with everything Martin said. And to clarify from my previous email, when I say I'm not sure if it would be worth it, I just meant I wasn't sure how feasible it would be to put together a todo list. As Martin said, even those who have worked on the Py3 branch aren't entirely clear on the path forward.
> >
> > I absolutely would like to see a working Py3 branch. I spent a couple weeks of free time reverse engineering some of the settings and memory details for my Yaesu VX-6R that were still missing from Chirp, but haven't made any changes to the code just because it was too hard to get the main (Py2) branch set up for development on Linux. My hope was to help get the Py3 branch up and running well and then make the change there, but that turned out to be hard (see Martin's email). Then I ended up starting a new job shortly after, which left me with much less free time.
> >
> > (I'd still be interested in helping at some point, but I don't want to make any promises I can't keep right now.)
> >
> > Nick
> >
> > On Fri, Jun 24, 2022, at 11:42 AM, Leam Hall via chirp_devel wrote:
> > > Martin,
> > >
> > > I appreciate the thoughtful response! You also saved me the effort of
> > > re-learning Mercurial, I've cloned the Github repo now.
> > >
> > > When I mentioned "new things", I was thinking of Python 3. I did
> > > consider porting or forking, but that thought lasted less than ten
> > > seconds. It was already obvious that there's a body of knowledge, and a
> > > community, here.
> > >
> > > Let me take a look and see what comes to mind. If I can help, I'd like to.
> > >
> > > Leam
> > >
> > >
> > > On 6/24/22 10:09, Martin Cooper wrote:
> > >> There is a GitHub repo that is parallel to the Mercurial repo. (They are mirrors of each other.) Several of us have contributed via that repo, to both Python 2 and Python 3 trees.
> > >>
> > >> https://github.com/kk7ds/chirp <https://github.com/kk7ds/chirp> <https://github.com/kk7ds/chirp <https://github.com/kk7ds/chirp>> <https://github.com/kk7ds/chirp <https://github.com/kk7ds/chirp> <https://github.com/kk7ds/chirp <https://github.com/kk7ds/chirp>>>
> > >>
> > >> In my opinion, the lack of direction is the most significant obstacle to making further progress. A few of us have made contributions to the py3 tree, but there are places in which the originally intended direction is unclear. One example is how live mode radios should work. An experiment was initiated in the code base, but is incomplete, and the author is unclear as to whether it is the right path. Someone would need to step up and take the reins of a design spec to steer the project. That's a significant effort, and I don't think anyone has been ready to do that (including Chirp's creator, as far as I can tell).
> > >>
> > >> Once a direction is set, and a design is in place, I think there are probably enough of us who could finish what's been started. However, right now, things are rather piecemeal with respect to contributions to the py3 tree.
> > >>
> > >> You mentioned building new things. I suspect a number of us have contemplated that. However, there is an enormous amount of work and knowledge built into the Chirp codebase, and especially into the drivers for the huge number of supported radios. Any "new things" that might take over from Chirp would either need to build all of that again from scratch (not practical) or essentially adopt the Chirp driver design and "just" build a new UI over that. Which, in essence, is what the py3 tree is, with a wxPython GUI replacing what's there in Python 2.
> > >>
> > >> Nick's idea of a to-do list is a good one, if those of us who've had a go with the py3 tree each chip in our findings and build up a collective set of thoughts. However, my feeling is that we really need some input from Dan to help with direction, and an expression of his thoughts and ideas of where Chirp should be going and how it might get there. Any contributions we make need to go through Dan to get into the main Chirp repo (as opposed to a fork), so his input really is key.
> > >>
> > >> My 2 cents.
> > >>
> > >> Martin.
> > >> KD6YAM
> > >>
> > >> On Fri, Jun 24, 2022 at 7:43 AM Leam Hall via chirp_devel <chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>> wrote:
> > >>
> > >> From a "new guy" perspective, I see two major questions. First, using mercurial is a barrier since a lot of developers are on GitHub or GitLab. The Chirp Developer page has a lot of info, so that should be doable. I'm not sure if the Gmail from Mercurial instructions are up to date, since Gmail has borked...err...changed their stuff yet again.
> > >>
> > >> The other question, and maybe I'm reading between the wrong lines, is that there's a sense of "meh". Python 3 has been out for a while; Joe mentioned the lack of direction, Nick isn't confident that it's worth the effort to document the needs. What's the general feeling about continuing as is or building to new things?
> > >>
> > >> Leam
> > >>
> > >> On 6/24/22 09:33, Dominick C. Pastore via chirp_devel wrote:
> > >> > It seems like we get a question about the status of the Python 3 conversion and what work is left every month or two. I wonder if it would be useful to put together some sort of Py3 TODO list, both for people who are curious and for people who want to help but don't know where it's needed. I'm not sure how much work that would be to put together, or if it would be worth it.
> > >> >
> > >> > Nick
> > >> >
> > >> > On Fri, Jun 24, 2022, at 9:10 AM, Joe Pizzi via chirp_devel wrote:
> > >> >> The challenge, in my opinion, is that not only is it changing from Python 2
> > >> >> to Python 3, but it is changing from gtk to wxPython, because gtk also had
> > >> >> some incompatible change.
> > >> >>
> > >> >> Joe Pizzi
> > >> >>
> > >> >> -----Original Message-----
> > >> >> From: chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>>
> > >> >> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>>> On Behalf Of Leam Hall via
> > >> >> chirp_devel
> > >> >> Sent: Friday, June 24, 2022 6:39 AM
> > >> >> To: chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> >> Subject: Re: [chirp_devel] Is anyone running chirp on Python 3?
> > >> >>
> > >> >> Hey all,
> > >> >>
> > >> >> I don't mean to sound like a know it all; I'm pretty sure I know very
> > >> >> little. It looks like the project is still active, and folks are
> > >> >> contributing. A local used it to load up my radio yesterday, I'm new-ish to
> > >> >> the area and still had the old repeaters programmed in. Pretty sure my
> > >> >> little Baofeng can't reach half way across the country, to the old
> > >> >> repeaters. *sigh*
> > >> >>
> > >> >> What's the challenge with moving to Python 3? What is holding things at
> > >> >> Python 2?
> > >> >>
> > >> >> Leam
> > >> >>
> > >> >>
> > >> >> On 6/23/22 20:44, Joe Pizzi wrote:
> > >> >>> Lack of time, focus, direction. At least on my part.
> > >> >>>
> > >> >>> Joe Pizzi
> > >> >>>
> > >> >>> -----Original Message-----
> > >> >>> From: chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>>
> > >> >>> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>>> On Behalf Of Leam Hall via
> > >> >>> chirp_devel
> > >> >>> Sent: Thursday, June 23, 2022 8:08 PM
> > >> >>> To: chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> >>> Subject: Re: [chirp_devel] Is anyone running chirp on Python 3?
> > >> >>>
> > >> >>> Hey Joe,
> > >> >>>
> > >> >>> Is the "not complete" due to lack of time, or...? I can do some Python, if
> > >> >>> that helps.
> > >> >>>
> > >> >>> Leam
> > >> >>>
> > >> >>>
> > >> >>> On 6/23/22 19:07, Joe Pizzi wrote:
> > >> >>>> There is a python 3 branch that fixes those kinds of errors. It is not
> > >> >>>> complete, however.
> > >> >>>>
> > >> >>>> Joe Pizzi
> > >> >>>>
> > >> >>>> -----Original Message-----
> > >> >>>> From: chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>>
> > >> >>>> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:chirp_devel-bounces@intrepid.danplanet.com <mailto:chirp_devel-bounces@intrepid.danplanet.com>>>> On Behalf Of Leam Hall via
> > >> >>>> chirp_devel
> > >> >>>> Sent: Thursday, June 23, 2022 5:50 AM
> > >> >>>> To: chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> >>>> Subject: [chirp_devel] Is anyone running chirp on Python 3?
> > >> >>>>
> > >> >>>> I'm getting a lot of syntax errors on "except Exception, e:" and issues
> > >> >>> with
> > >> >>>> print statements. Running Python 3.10 on Void Linux.
> > >> >>>>
> > >> >>>> Thanks!
> > >> >>>>
> > >> >>>> Leam
> > >> >>>
> > >> >>
> > >> >> --
> > >> >> Automation Engineer (reuel.net/resume <http://reuel.net/resume> <http://reuel.net/resume <http://reuel.net/resume>> <http://reuel.net/resume <http://reuel.net/resume> <http://reuel.net/resume <http://reuel.net/resume>>>)
> > >> >> Scribe: The Domici War (domiciwar.net <http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>> <http://domiciwar.net <http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>>>)
> > >> >> General Ne'er-do-well (github.com/LeamHall <http://github.com/LeamHall> <http://github.com/LeamHall <http://github.com/LeamHall>> <http://github.com/LeamHall <http://github.com/LeamHall> <http://github.com/LeamHall <http://github.com/LeamHall>>>)
> > >> >> _______________________________________________
> > >> >> chirp_devel mailing list
> > >> >> chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> >> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>>
> > >> >> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>>
> > >> >>
> > >> >> _______________________________________________
> > >> >> chirp_devel mailing list
> > >> >> chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> >> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>>
> > >> >> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>>
> > >> > _______________________________________________
> > >> > chirp_devel mailing list
> > >> > chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>>
> > >> > Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>>
> > >>
> > >> --
> > >> Automation Engineer (reuel.net/resume <http://reuel.net/resume> <http://reuel.net/resume <http://reuel.net/resume>> <http://reuel.net/resume <http://reuel.net/resume> <http://reuel.net/resume <http://reuel.net/resume>>>)
> > >> Scribe: The Domici War (domiciwar.net <http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>> <http://domiciwar.net <http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>>>)
> > >> General Ne'er-do-well (github.com/LeamHall <http://github.com/LeamHall> <http://github.com/LeamHall <http://github.com/LeamHall>> <http://github.com/LeamHall <http://github.com/LeamHall> <http://github.com/LeamHall <http://github.com/LeamHall>>>)
> > >> _______________________________________________
> > >> chirp_devel mailing list
> > >> chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>>
> > >> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>>
> > >> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>>
> > >>
> > >
> > > --
> > > Automation Engineer (reuel.net/resume <http://reuel.net/resume> <http://reuel.net/resume <http://reuel.net/resume>>)
> > > Scribe: The Domici War (domiciwar.net <http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>>)
> > > General Ne'er-do-well (github.com/LeamHall <http://github.com/LeamHall> <http://github.com/LeamHall <http://github.com/LeamHall>>)
> > > _______________________________________________
> > > chirp_devel mailing list
> > > chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>
> > > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
> > > Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
> > _______________________________________________
> > chirp_devel mailing list
> > chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>
> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
> > Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
> >
> > _______________________________________________
> > chirp_devel mailing list
> > chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>
> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
> > Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
> >
> >
> > _______________________________________________
> > chirp_devel mailing list
> > chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>
> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>
> > Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>
>
> --
> Automation Engineer (reuel.net/resume <http://reuel.net/resume>)
> Scribe: The Domici War (domiciwar.net <http://domiciwar.net>)
> General Ne'er-do-well (github.com/LeamHall <http://github.com/LeamHall>)
> _______________________________________________
> chirp_devel mailing list
> chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>
> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>
> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>
>
> _______________________________________________
> chirp_devel mailing list
> chirp_devel(a)intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>
> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>
> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>
>
--
Automation Engineer (reuel.net/resume)
Scribe: The Domici War (domiciwar.net)
General Ne'er-do-well (github.com/LeamHall)
2
4
Joe has said that he's been able to get the tests to pass on the py3
branch. Not every radio has tests, though, so it's not clear (to me, at
least) how many radios do / might work. Also, I don't think Joe's changes
have made it into the official py3 branch yet. Perhaps Joe could confirm,
one way or the other? There are lots of error messages on startup from
drivers.
In terms of tickets and status, I think, unfortunately, that it's probably
safe to assume nobody is actively working on anything unless they're
talking about it here. Activity has been in fits and starts over an
extended period. As has been mentioned, the wxPython GUI is what needs
the most work, but testing with whatever radios you have is always a good
idea.
Martin.
KD6YAM
On Wed, Jun 29, 2022 at 11:22 AM James Keener <jim(a)jimkeener.com> wrote:
> If that means that the code for all the radio models is acceptable in the
> py3 branch, that's huge! as I believe that was one of the sticking points
> mentioned in one of the (many) prior threads about this issue (i.e. Since
> we can't test all of the radios, the powers that be weren't comfortable
> with a lot of the py3 stuff becoming "production").
>
> If there is a todo list or tickets for the py3 branch, I can offer some
> time to look at it. Last time I tried it I got it up and running, but
> didn't even know where to begin or what was currently in progress.
>
> Jim
>
> On Fri, Jun 24, 2022 at 5:24 PM Martin Cooper via chirp_devel <
> chirp_devel(a)intrepid.danplanet.com> wrote:
>
>> The py3 branch is maintained in such a way as to run on both Python 2 and
>> Python 3. You'll see a number of places where the 'six' package is used to
>> help with that. That work is already done, with the possible exception of a
>> few of the drivers.
>>
>> The GUI is already separate from the CLI and the core code. In fact, the
>> CLI tool (chirpc) works fine in the py3 branch. I've used it to program one
>> of my radios, and that's a live mode radio. It's the GUI behaviour that's
>> not all there.
>>
>> I believe that the trees are actually largely, if not completely,
>> parallel in terms of the core code. The trees look very different, but
>> changes have been going into both trees for a while now. So the remaining
>> work really is almost all in the wxPython code.
>>
>> Martin.
>> KD6YAM
>>
>> On Fri, Jun 24, 2022 at 1:38 PM Leam Hall via chirp_devel <
>> chirp_devel(a)intrepid.danplanet.com> wrote:
>>
>>> Would it work to separate the tasks by how they differ in Python 2 and
>>> 3? For example, the Exception and print() statements could be made to work
>>> in both, right?
>>>
>>> The GitHub repo shows a lot of changes between the main and py3
>>> branches. Trying to merge all of those could be difficult, but if you made
>>> the compatible changes first, and then maybe added a command line flag for
>>> "--use-python3" or similar, you could work in the changes while keeping
>>> things Python 2 compatible.
>>>
>>> If you isolated the GUI code, you could get the CLI and methods working
>>> first, and then add a flag for "--use-wxpython" once the new interface
>>> worked.
>>>
>>> Does that make sense?
>>>
>>> Leam
>>>
>>>
>>> On 6/24/22 15:22, Joe Pizzi via chirp_devel wrote:
>>> > My two cents: Back out the experiment and maintain the current
>>> released behavior. The changes are in the repository, so if someone wanted
>>> to pick it back up, nothing is lost.
>>> >
>>> > Joe Pizzi
>>> >
>>> > *From:* Martin Cooper <mfncooper(a)gmail.com>
>>> > *Sent:* Friday, June 24, 2022 12:42 PM
>>> > *To:* Joe Pizzi <pizzi.joe(a)gmail.com>; chirp-devel <
>>> chirp_devel(a)intrepid.danplanet.com>
>>> > *Subject:* Re: [chirp_devel] Is anyone running chirp on Python 3?
>>> >
>>> > Yes, I agree that getting a GUI working properly is an important step.
>>> My question is how we deal with things like this:
>>> >
>>> >
>>> http://intrepid.danplanet.com/pipermail/chirp_devel/2022-April/006737.html
>>> <
>>> http://intrepid.danplanet.com/pipermail/chirp_devel/2022-April/006737.html
>>> >
>>> >
>>> > (Be sure to read the entire thread.)
>>> >
>>> > Do we back out the experiment and revert to current Py2 behaviour?
>>> Finish the experiment? Do something else? Who makes these kinds of design
>>> decisions, other than Dan being the gateway to the repo and what ultimately
>>> gets committed? I stopped working on it because it wasn't clear which
>>> direction to proceed with.
>>> >
>>> > Martin.
>>> >
>>> > KD6YAM
>>> >
>>> > On Fri, Jun 24, 2022 at 9:16 AM Joe Pizzi via chirp_devel <
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>> wrote:
>>> >
>>> > The clearest direction I've seen is that we need to get the
>>> wxPython GUI up-to-par with the GTK GUI.
>>> >
>>> > I know that I've been able to clean up the drivers so that they
>>> pass the tests, when using Python 3, so that is pretty straightforward.
>>> >
>>> > I suggest we get the GUI working, so there is much less of an
>>> impediment to switching. Note, too, that there are several sight-impaired
>>> Chirp users, so we need to ensure we maintain the ability to use a screen
>>> reader. I haven't a clue what the status of support wxPython provides for
>>> that. I *think* ORCA has been mentioned as the screen reader of preference
>>> (judging by user questions).
>>> >
>>> > Joe Pizzi
>>> >
>>> > -----Original Message-----
>>> > From: chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com> <
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>> On Behalf Of Dominick C.
>>> Pastore via chirp_devel
>>> > Sent: Friday, June 24, 2022 10:56 AM
>>> > To: Dominick C. Pastore <chirp_devel(a)intrepid.danplanet.com
>>> <mailto:chirp_devel@intrepid.danplanet.com>>
>>> > Subject: Re: [chirp_devel] Is anyone running chirp on Python 3?
>>> >
>>> > I agree with everything Martin said. And to clarify from my
>>> previous email, when I say I'm not sure if it would be worth it, I just
>>> meant I wasn't sure how feasible it would be to put together a todo list.
>>> As Martin said, even those who have worked on the Py3 branch aren't
>>> entirely clear on the path forward.
>>> >
>>> > I absolutely would like to see a working Py3 branch. I spent a
>>> couple weeks of free time reverse engineering some of the settings and
>>> memory details for my Yaesu VX-6R that were still missing from Chirp, but
>>> haven't made any changes to the code just because it was too hard to get
>>> the main (Py2) branch set up for development on Linux. My hope was to help
>>> get the Py3 branch up and running well and then make the change there, but
>>> that turned out to be hard (see Martin's email). Then I ended up starting a
>>> new job shortly after, which left me with much less free time.
>>> >
>>> > (I'd still be interested in helping at some point, but I don't
>>> want to make any promises I can't keep right now.)
>>> >
>>> > Nick
>>> >
>>> > On Fri, Jun 24, 2022, at 11:42 AM, Leam Hall via chirp_devel wrote:
>>> > > Martin,
>>> > >
>>> > > I appreciate the thoughtful response! You also saved me the
>>> effort of
>>> > > re-learning Mercurial, I've cloned the Github repo now.
>>> > >
>>> > > When I mentioned "new things", I was thinking of Python 3. I did
>>> > > consider porting or forking, but that thought lasted less than
>>> ten
>>> > > seconds. It was already obvious that there's a body of
>>> knowledge, and a
>>> > > community, here.
>>> > >
>>> > > Let me take a look and see what comes to mind. If I can help,
>>> I'd like to.
>>> > >
>>> > > Leam
>>> > >
>>> > >
>>> > > On 6/24/22 10:09, Martin Cooper wrote:
>>> > >> There is a GitHub repo that is parallel to the Mercurial repo.
>>> (They are mirrors of each other.) Several of us have contributed via that
>>> repo, to both Python 2 and Python 3 trees.
>>> > >>
>>> > >> https://github.com/kk7ds/chirp <https://github.com/kk7ds/chirp>
>>> <https://github.com/kk7ds/chirp <https://github.com/kk7ds/chirp>>
>>> > >>
>>> > >> In my opinion, the lack of direction is the most significant
>>> obstacle to making further progress. A few of us have made contributions to
>>> the py3 tree, but there are places in which the originally intended
>>> direction is unclear. One example is how live mode radios should work. An
>>> experiment was initiated in the code base, but is incomplete, and the
>>> author is unclear as to whether it is the right path. Someone would need to
>>> step up and take the reins of a design spec to steer the project. That's a
>>> significant effort, and I don't think anyone has been ready to do that
>>> (including Chirp's creator, as far as I can tell).
>>> > >>
>>> > >> Once a direction is set, and a design is in place, I think
>>> there are probably enough of us who could finish what's been started.
>>> However, right now, things are rather piecemeal with respect to
>>> contributions to the py3 tree.
>>> > >>
>>> > >> You mentioned building new things. I suspect a number of us
>>> have contemplated that. However, there is an enormous amount of work and
>>> knowledge built into the Chirp codebase, and especially into the drivers
>>> for the huge number of supported radios. Any "new things" that might take
>>> over from Chirp would either need to build all of that again from scratch
>>> (not practical) or essentially adopt the Chirp driver design and "just"
>>> build a new UI over that. Which, in essence, is what the py3 tree is, with
>>> a wxPython GUI replacing what's there in Python 2.
>>> > >>
>>> > >> Nick's idea of a to-do list is a good one, if those of us
>>> who've had a go with the py3 tree each chip in our findings and build up a
>>> collective set of thoughts. However, my feeling is that we really need some
>>> input from Dan to help with direction, and an expression of his thoughts
>>> and ideas of where Chirp should be going and how it might get there. Any
>>> contributions we make need to go through Dan to get into the main Chirp
>>> repo (as opposed to a fork), so his input really is key.
>>> > >>
>>> > >> My 2 cents.
>>> > >>
>>> > >> Martin.
>>> > >> KD6YAM
>>> > >>
>>> > >> On Fri, Jun 24, 2022 at 7:43 AM Leam Hall via chirp_devel <
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>> wrote:
>>> > >>
>>> > >> From a "new guy" perspective, I see two major questions.
>>> First, using mercurial is a barrier since a lot of developers are on GitHub
>>> or GitLab. The Chirp Developer page has a lot of info, so that should be
>>> doable. I'm not sure if the Gmail from Mercurial instructions are up to
>>> date, since Gmail has borked...err...changed their stuff yet again.
>>> > >>
>>> > >> The other question, and maybe I'm reading between the
>>> wrong lines, is that there's a sense of "meh". Python 3 has been out for a
>>> while; Joe mentioned the lack of direction, Nick isn't confident that it's
>>> worth the effort to document the needs. What's the general feeling about
>>> continuing as is or building to new things?
>>> > >>
>>> > >> Leam
>>> > >>
>>> > >> On 6/24/22 09:33, Dominick C. Pastore via chirp_devel
>>> wrote:
>>> > >> > It seems like we get a question about the status of the
>>> Python 3 conversion and what work is left every month or two. I wonder if
>>> it would be useful to put together some sort of Py3 TODO list, both for
>>> people who are curious and for people who want to help but don't know where
>>> it's needed. I'm not sure how much work that would be to put together, or
>>> if it would be worth it.
>>> > >> >
>>> > >> > Nick
>>> > >> >
>>> > >> > On Fri, Jun 24, 2022, at 9:10 AM, Joe Pizzi via
>>> chirp_devel wrote:
>>> > >> >> The challenge, in my opinion, is that not only is it
>>> changing from Python 2
>>> > >> >> to Python 3, but it is changing from gtk to wxPython,
>>> because gtk also had
>>> > >> >> some incompatible change.
>>> > >> >>
>>> > >> >> Joe Pizzi
>>> > >> >>
>>> > >> >> -----Original Message-----
>>> > >> >> From: chirp_devel-bounces(a)intrepid.danplanet.com
>>> <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>>
>>> > >> >> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>>> On Behalf Of Leam Hall via
>>> > >> >> chirp_devel
>>> > >> >> Sent: Friday, June 24, 2022 6:39 AM
>>> > >> >> To: chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> >> Subject: Re: [chirp_devel] Is anyone running chirp on
>>> Python 3?
>>> > >> >>
>>> > >> >> Hey all,
>>> > >> >>
>>> > >> >> I don't mean to sound like a know it all; I'm pretty
>>> sure I know very
>>> > >> >> little. It looks like the project is still active, and
>>> folks are
>>> > >> >> contributing. A local used it to load up my radio
>>> yesterday, I'm new-ish to
>>> > >> >> the area and still had the old repeaters programmed
>>> in. Pretty sure my
>>> > >> >> little Baofeng can't reach half way across the
>>> country, to the old
>>> > >> >> repeaters. *sigh*
>>> > >> >>
>>> > >> >> What's the challenge with moving to Python 3? What is
>>> holding things at
>>> > >> >> Python 2?
>>> > >> >>
>>> > >> >> Leam
>>> > >> >>
>>> > >> >>
>>> > >> >> On 6/23/22 20:44, Joe Pizzi wrote:
>>> > >> >>> Lack of time, focus, direction. At least on my part.
>>> > >> >>>
>>> > >> >>> Joe Pizzi
>>> > >> >>>
>>> > >> >>> -----Original Message-----
>>> > >> >>> From: chirp_devel-bounces(a)intrepid.danplanet.com
>>> <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>>
>>> > >> >>> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>>> On Behalf Of Leam Hall via
>>> > >> >>> chirp_devel
>>> > >> >>> Sent: Thursday, June 23, 2022 8:08 PM
>>> > >> >>> To: chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> >>> Subject: Re: [chirp_devel] Is anyone running chirp on
>>> Python 3?
>>> > >> >>>
>>> > >> >>> Hey Joe,
>>> > >> >>>
>>> > >> >>> Is the "not complete" due to lack of time, or...? I
>>> can do some Python, if
>>> > >> >>> that helps.
>>> > >> >>>
>>> > >> >>> Leam
>>> > >> >>>
>>> > >> >>>
>>> > >> >>> On 6/23/22 19:07, Joe Pizzi wrote:
>>> > >> >>>> There is a python 3 branch that fixes those kinds of
>>> errors. It is not
>>> > >> >>>> complete, however.
>>> > >> >>>>
>>> > >> >>>> Joe Pizzi
>>> > >> >>>>
>>> > >> >>>> -----Original Message-----
>>> > >> >>>> From: chirp_devel-bounces(a)intrepid.danplanet.com
>>> <mailto:chirp_devel-bounces@intrepid.danplanet.com> <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>>
>>> > >> >>>> <chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com <mailto:
>>> chirp_devel-bounces(a)intrepid.danplanet.com>>> On Behalf Of Leam Hall via
>>> > >> >>>> chirp_devel
>>> > >> >>>> Sent: Thursday, June 23, 2022 5:50 AM
>>> > >> >>>> To: chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> >>>> Subject: [chirp_devel] Is anyone running chirp on
>>> Python 3?
>>> > >> >>>>
>>> > >> >>>> I'm getting a lot of syntax errors on "except
>>> Exception, e:" and issues
>>> > >> >>> with
>>> > >> >>>> print statements. Running Python 3.10 on Void Linux.
>>> > >> >>>>
>>> > >> >>>> Thanks!
>>> > >> >>>>
>>> > >> >>>> Leam
>>> > >> >>>
>>> > >> >>
>>> > >> >> --
>>> > >> >> Automation Engineer (reuel.net/resume <
>>> http://reuel.net/resume> <http://reuel.net/resume <
>>> http://reuel.net/resume>>)
>>> > >> >> Scribe: The Domici War (domiciwar.net <
>>> http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>>)
>>> > >> >> General Ne'er-do-well (github.com/LeamHall <
>>> http://github.com/LeamHall> <http://github.com/LeamHall <
>>> http://github.com/LeamHall>>)
>>> > >> >> _______________________________________________
>>> > >> >> chirp_devel mailing list
>>> > >> >> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> >>
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
>>> > >> >> Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers> <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
>>> > >> >>
>>> > >> >> _______________________________________________
>>> > >> >> chirp_devel mailing list
>>> > >> >> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> >>
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
>>> > >> >> Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers> <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
>>> > >> > _______________________________________________
>>> > >> > chirp_devel mailing list
>>> > >> > chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> >
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
>>> > >> > Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers> <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
>>> > >>
>>> > >> --
>>> > >> Automation Engineer (reuel.net/resume <
>>> http://reuel.net/resume> <http://reuel.net/resume <
>>> http://reuel.net/resume>>)
>>> > >> Scribe: The Domici War (domiciwar.net <
>>> http://domiciwar.net> <http://domiciwar.net <http://domiciwar.net>>)
>>> > >> General Ne'er-do-well (github.com/LeamHall <
>>> http://github.com/LeamHall> <http://github.com/LeamHall <
>>> http://github.com/LeamHall>>)
>>> > >> _______________________________________________
>>> > >> chirp_devel mailing list
>>> > >> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com> <mailto:
>>> chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>>
>>> > >> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>>
>>> > >> Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers> <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
>>> > >>
>>> > >
>>> > > --
>>> > > Automation Engineer (reuel.net/resume <
>>> http://reuel.net/resume>)
>>> > > Scribe: The Domici War (domiciwar.net <http://domiciwar.net
>>> >)
>>> > > General Ne'er-do-well (github.com/LeamHall <
>>> http://github.com/LeamHall>)
>>> > > _______________________________________________
>>> > > chirp_devel mailing list
>>> > > chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>
>>> > > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>
>>> > > Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>
>>> > _______________________________________________
>>> > chirp_devel mailing list
>>> > chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>
>>> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>
>>> > Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>
>>> >
>>> > _______________________________________________
>>> > chirp_devel mailing list
>>> > chirp_devel(a)intrepid.danplanet.com <mailto:
>>> chirp_devel(a)intrepid.danplanet.com>
>>> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>
>>> > Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers <
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers>
>>> >
>>> >
>>> > _______________________________________________
>>> > chirp_devel mailing list
>>> > chirp_devel(a)intrepid.danplanet.com
>>> > http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
>>> > Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers
>>>
>>> --
>>> Automation Engineer (reuel.net/resume)
>>> Scribe: The Domici War (domiciwar.net)
>>> General Ne'er-do-well (github.com/LeamHall)
>>> _______________________________________________
>>> chirp_devel mailing list
>>> chirp_devel(a)intrepid.danplanet.com
>>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
>>> Developer docs:
>>> http://chirp.danplanet.com/projects/chirp/wiki/Developers
>>
>> _______________________________________________
>> chirp_devel mailing list
>> chirp_devel(a)intrepid.danplanet.com
>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
>> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
>
>
1
0
[chirp_devel] [PATCH] [UV-5R] Add support for disabling timeout timer in some variants
by Jim Unroe 26 Jun '22
by Jim Unroe 26 Jun '22
26 Jun '22
1
0
25 Jun '22
I submitted the KG-UV9D Plus driver a few years back. At that time I
warned that Fedora Linux and others were deprecating Python 2.7. This
has been a self inflicted cliff that the Python community has been
looking at for well over 10 years as I warned back then. That means that
at some point whatever 2.x people are using will no longer work and no
one will look at the issues. So this is not news.
I don't know what the lead developers are planning/thinking but I have
heard rumors that a packaging (flatpak/appimage/snap) that included the
2.7 suite would do just fine. Well, it won't. Something outside that
sandbox will change. Microsoft can do it anytime. Apple does it all the
time. Linux no longer cares.
I know the GUI change is painful. Neither GUI option Python offers warms
my heart but I do know that what is running now for CHIRP is dead.
I have been down this road many times over the decades since I first
started in Open Source (long before python even existed) and it is clear
that either the project get serious about the work, is visible to the
community about its work, or it dies. It will join Common Desktop,
Algol, and Netscape in the dustbin. There is a lot of python 2 code that
is just dead because the maintainers simply did nothing.
If the current maintainers are not responsive, I suggest a group just
fork the project and get on with it. And I second the motion on moving
from Hg to git.
p.s. I fairness to the author, this is a hard choice. Python has never
been on my list of ecosystems that I'd spend a lot of time in. The
Python community has made more that a few stumbles and blunders since
the beginning. All I have ever been able to say for it was that it was
better than Perl... And the 2->3 fiasco has been a bumble that has made
whole communities move to GO or other technologies with less penchant
for seeking out potholes to fall into. I have only written new code/apps
for demo or reference implementations, e.g. DBus clients.
Good luck.
--
Jim Lieb, KB6QT
Mobile: 831-295-9317
GPG Key: 79BB52C7BD0530F5
"If ease of use was the only requirement, we would all be riding tricycles"
- Douglas Engelbart 1925–2013
1
0
I'm getting a lot of syntax errors on "except Exception, e:" and issues with print statements. Running Python 3.10 on Void Linux.
Thanks!
Leam
--
Automation Engineer (reuel.net/resume)
Scribe: The Domici War (domiciwar.net)
General Ne'er-do-well (github.com/LeamHall)
4
15
21 Jun '22
1
0
Tested changes:
[Jim Unroe <rock.unroe(a)gmail.com>] [RB619] Add Retevis RB619 PMR Radio
This patch adds support for the Retevis RB619.
fixes #9794
[Jim Unroe <rock.unroe(a)gmail.com>] [RB19P] Add Retevis RB19P GMRS Radio
This patch adds support for the Retevis RB19P.
#9794
[Jim Unroe <rock.unroe(a)gmail.com>] [RB19] Add Retevis RB19 FRS Radio
This patch adds support for the Retevis RB19.
#9794
[Jim Unroe <rock.unroe(a)gmail.com>] Driver Maintenance: radtel_t18.py
The Radtel T18 driver (radtel_t18.py) supports several radio models (see list
below). During the cloning operation, some models need to have the driver
send/receive an acknowledgement (ACK) after each of the blocks are transferred.
Some models do not need these ACKs.
Models that require ACKs
Radtel T18
Baofeng Tech FRS-B1
Models that don't require ACKs
Retevis RT22S, RB18, RB618, RT68, RT668, RB17, RB617, RB17V, RB85, RB75
Although cloning does work for all of the supported models, the code that
determines if CHIRP should ACK or not is improperly implemented. This often
causes part of the ACK process to be used during the transfers to/from radios
that don't need ACKs. These unnecessary ACKs cause the transfer to be shower
than it could be. In some cases, the transfers are noticeably slower than what
they are when using the OEM software.
This patch corrects the above issue so that ACKs are only used when required.
All of the radios listed above were reverified to make sure that that
cloning process still works and is as fast or faster as it was previously.
fixes #9911
[Tom Hayward <tom(a)tomh.us>] [id880] Fix typo in charset definition. #281
[Tom Hayward <tom(a)tomh.us>] [thf6a] Support full charset (ASCII). Fixes #141
[Tom Hayward <tom(a)tomh.us>] [id880] Support full charset. Fixes #281
[Tom Hayward <tom(a)tomh.us>] [vx5] Support full charset (ASCII). Fixes #292
[Tom Hayward <tom(a)tomh.us>] [id31a] set used bit when creating new memory, clear when deleting. Fixes #269
[Tom Hayward <tom(a)tomh.us>] Support PyGTK < 2.22 in bank edit. Fixes #231
[Tom Hayward <tom(a)tomh.us>] [d710] [v71] [d72] Fix tone list (not all tones are supported). Fixes #212
[Dan Smith <dsmith(a)danplanet.com>] [vx7] Fix setting memory power levels on 220MHz band
Fixes #214
[Dan Smith <dsmith(a)danplanet.com>] fips: Pennsylvania FIPS code was wrong. #117
[Marco Filippi <iz3gme.marco(a)gmail.com>] Consider lower bound frequency of each valid_band as valid
Fix bug #181
[Tom Hayward <tom(a)tomh.us>] tmd700: allow 8-char names. Fixes #176
[Dan Smith <dsmith(a)danplanet.com>] Fix the "blind deletion" problem, as well as properly direct copy/paste
Fixes #172
[David Griffith <dave(a)661.org>] Bug #155 fix: VX-7 1.25m power levels
[David Griffith <dave(a)661.org>] New INSTALL and README files
Fixes #122
[Tom Hayward <tom(a)tomh.us>] thd72: only use hardware flow on OS X. Fixes #166
[Marco Filippi <iz3gme.marco(a)gmail.com>] [FT817] Tone freq not set correctly
Same as #88 for FT857, to avoid code duplication fix code have been moved from
ft857 to its ancestor class
Fix bug #163
[Tom Hayward <tom(a)tomh.us>] Fix Mac .app so paths with spaces work. Fixes Bug #145
Full log:
[...truncated 1303 lines...]
test_copy_all (tests.TestCase_KenwoodTK8180)
Testing Kenwood TK-8180 copy all ... ok
test_detect (tests.TestCase_KenwoodTK8180)
Testing Kenwood TK-8180 detect ... ok
test_edges (tests.TestCase_KenwoodTK8180)
Testing Kenwood TK-8180 edges ... ok
test_settings (tests.TestCase_KenwoodTK8180)
Testing Kenwood TK-8180 settings ... ok
test_banks (tests.TestCase_RetevisRA85)
Testing Retevis RA85 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRA85)
Testing Retevis RA85 brute force ... ok
test_clone (tests.TestCase_RetevisRA85)
Testing Retevis RA85 clone ... ok
test_copy_all (tests.TestCase_RetevisRA85)
Testing Retevis RA85 copy all ... ok
test_detect (tests.TestCase_RetevisRA85)
Testing Retevis RA85 detect ... ok
test_edges (tests.TestCase_RetevisRA85)
Testing Retevis RA85 edges ... ok
test_settings (tests.TestCase_RetevisRA85)
Testing Retevis RA85 settings ... ok
test_banks (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 brute force ... ok
test_clone (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 clone ... ok
test_copy_all (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 copy all ... ok
test_detect (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 detect ... ok
test_edges (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 edges ... ok
test_settings (tests.TestCase_WouxunKG818)
Testing Wouxun KG-818 settings ... ok
test_banks (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 brute force ... ok
test_clone (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 clone ... ok
test_copy_all (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 copy all ... ok
test_detect (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 detect ... ok
test_edges (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 edges ... ok
test_settings (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 settings ... ok
test_banks (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H brute force ... ok
test_clone (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H clone ... ok
test_copy_all (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H copy all ... ok
test_detect (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H detect ... ok
test_edges (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H edges ... ok
test_settings (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRB617)
Testing Retevis RB617 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB617)
Testing Retevis RB617 brute force ... ok
test_clone (tests.TestCase_RetevisRB617)
Testing Retevis RB617 clone ... ok
test_copy_all (tests.TestCase_RetevisRB617)
Testing Retevis RB617 copy all ... ok
test_detect (tests.TestCase_RetevisRB617)
Testing Retevis RB617 detect ... ok
test_edges (tests.TestCase_RetevisRB617)
Testing Retevis RB617 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB617)
Testing Retevis RB617 settings ... ok
test_banks (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 brute force ... ok
test_clone (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 clone ... ok
test_copy_all (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 copy all ... ok
test_detect (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 detect ... ok
test_edges (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 edges ... ok
test_settings (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRB17)
Testing Retevis RB17 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17)
Testing Retevis RB17 brute force ... ok
test_clone (tests.TestCase_RetevisRB17)
Testing Retevis RB17 clone ... ok
test_copy_all (tests.TestCase_RetevisRB17)
Testing Retevis RB17 copy all ... ok
test_detect (tests.TestCase_RetevisRB17)
Testing Retevis RB17 detect ... ok
test_edges (tests.TestCase_RetevisRB17)
Testing Retevis RB17 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17)
Testing Retevis RB17 settings ... ok
test_banks (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A brute force ... ok
test_clone (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A clone ... ok
test_copy_all (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A copy all ... ok
test_detect (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A detect ... ok
test_edges (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A edges ... ok
test_settings (tests.TestCase_IcomICW32A)
Testing Icom IC-W32A settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E banks ... ok
test_brute_force (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E brute force ... ok
test_clone (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E clone ... ok
test_copy_all (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E copy all ... ok
test_detect (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E detect ... ok
test_edges (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E edges ... ok
test_settings (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E settings ... ok
test_banks (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 banks ... ok
test_brute_force (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 brute force ... ok
test_clone (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 clone ... ok
test_copy_all (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 copy all ... ok
test_detect (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 detect ... ok
test_edges (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 edges ... ok
test_settings (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 settings ... ok
test_banks (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H banks ... ok
test_brute_force (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H brute force ... ok
test_clone (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H clone ... ok
test_copy_all (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H copy all ... ok
test_detect (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H detect ... ok
test_edges (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H edges ... ok
test_settings (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H settings ... ok
test_banks (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 brute force ... ok
test_clone (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 copy all ... ok
test_detect (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 detect ... ok
test_edges (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 edges ... ok
test_settings (tests.TestCase_WouxunKGUV6)
Testing Wouxun KG-UV6 settings ... ok
test_banks (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A brute force ... ok
test_clone (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A clone ... ok
test_copy_all (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A copy all ... ok
test_detect (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A detect ... ok
test_edges (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A settings ... ok
test_banks (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 brute force ... ok
test_clone (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 clone ... ok
test_copy_all (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 copy all ... ok
test_detect (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 detect ... ok
test_edges (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 edges ... ok
test_settings (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 settings ... ok
test_banks (tests.TestCase_RetevisRB618)
Testing Retevis RB618 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB618)
Testing Retevis RB618 brute force ... ok
test_clone (tests.TestCase_RetevisRB618)
Testing Retevis RB618 clone ... ok
test_copy_all (tests.TestCase_RetevisRB618)
Testing Retevis RB618 copy all ... ok
test_detect (tests.TestCase_RetevisRB618)
Testing Retevis RB618 detect ... ok
test_edges (tests.TestCase_RetevisRB618)
Testing Retevis RB618 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB618)
Testing Retevis RB618 settings ... ok
test_banks (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A brute force ... ok
test_clone (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A clone ... ok
test_copy_all (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A copy all ... ok
test_detect (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A detect ... ok
test_edges (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A edges ... ok
test_settings (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A settings ... ok
test_banks (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E brute force ... ok
test_clone (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E clone ... ok
test_copy_all (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E copy all ... ok
test_detect (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E detect ... ok
test_edges (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E edges ... ok
test_settings (tests.TestCase_IcomICW32E)
Testing Icom IC-W32E settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG brute force ... ok
test_clone (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG clone ... ok
test_copy_all (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG copy all ... ok
test_detect (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG detect ... ok
test_edges (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG edges ... ok
test_settings (tests.TestCase_AlincoDJG7EG)
Testing Alinco DJ-G7EG settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H banks ... ok
test_brute_force (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H brute force ... ok
test_clone (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H clone ... ok
test_copy_all (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H copy all ... ok
test_detect (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H detect ... ok
test_edges (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H edges ... ok
test_settings (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H settings ... ok
test_banks (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R banks ... ok
test_brute_force (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R brute force ... ok
test_clone (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R clone ... ok
test_copy_all (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R copy all ... ok
test_detect (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R detect ... ok
test_edges (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R edges ... ok
test_settings (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R settings ... ok
test_banks (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P brute force ... ok
test_clone (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P clone ... ok
test_copy_all (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P copy all ... ok
test_detect (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P detect ... ok
test_edges (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P settings ... ok
test_banks (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 banks ... ok
test_brute_force (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 brute force ... ok
test_clone (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 clone ... ok
test_copy_all (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 copy all ... ok
test_detect (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 detect ... ok
test_edges (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 edges ... ok
test_settings (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode settings ... ok
test_banks (tests.TestCase_RetevisRB619)
Testing Retevis RB619 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB619)
Testing Retevis RB619 brute force ... ok
test_clone (tests.TestCase_RetevisRB619)
Testing Retevis RB619 clone ... ok
test_copy_all (tests.TestCase_RetevisRB619)
Testing Retevis RB619 copy all ... ok
test_detect (tests.TestCase_RetevisRB619)
Testing Retevis RB619 detect ... ok
test_edges (tests.TestCase_RetevisRB619)
Testing Retevis RB619 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB619)
Testing Retevis RB619 settings ... ok
test_banks (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D brute force ... ok
test_clone (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D copy all ... ok
test_detect (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D detect ... ok
test_edges (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D edges ... ok
test_settings (tests.TestCase_WouxunKGUV8D)
Testing Wouxun KG-UV8D settings ... ok
test_banks (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 brute force ... ok
test_clone (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 clone ... ok
test_copy_all (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 copy all ... ok
test_detect (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 detect ... ok
test_edges (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 edges ... ok
test_settings (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 settings ... ok
test_banks (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H banks ... ok
test_brute_force (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H brute force ... ok
test_clone (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H clone ... ok
test_copy_all (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H copy all ... ok
test_detect (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H detect ... ok
test_edges (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H edges ... ok
test_settings (tests.TestCase_IcomIC2720H)
Testing Icom IC-2720H settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_TYTTH350)
Testing TYT TH-350 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH350)
Testing TYT TH-350 brute force ... ok
test_clone (tests.TestCase_TYTTH350)
Testing TYT TH-350 clone ... ok
test_copy_all (tests.TestCase_TYTTH350)
Testing TYT TH-350 copy all ... ok
test_detect (tests.TestCase_TYTTH350)
Testing TYT TH-350 detect ... ok
test_edges (tests.TestCase_TYTTH350)
Testing TYT TH-350 edges ... ok
test_settings (tests.TestCase_TYTTH350)
Testing TYT TH-350 settings ... ok
test_banks (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V brute force ... ok
test_clone (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V clone ... ok
test_copy_all (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V copy all ... ok
test_detect (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V detect ... ok
test_edges (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V settings ... ok
test_banks (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 brute force ... ok
test_clone (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 clone ... ok
test_copy_all (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 copy all ... ok
test_detect (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 detect ... ok
test_edges (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 edges ... ok
test_settings (tests.TestCase_AlincoDJ175)
Testing Alinco DJ175 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B brute force ... ok
test_clone (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B clone ... ok
test_copy_all (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B copy all ... ok
test_detect (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B detect ... ok
test_edges (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB627B)
Testing Retevis RB627B settings ... ok
test_banks (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 banks ... ok
test_brute_force (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 brute force ... ok
test_clone (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 clone ... ok
test_copy_all (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 copy all ... ok
test_detect (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 detect ... ok
test_edges (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 edges ... ok
test_settings (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 settings ... ok
test_banks (tests.TestCase_RetevisRB18)
Testing Retevis RB18 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB18)
Testing Retevis RB18 brute force ... ok
test_clone (tests.TestCase_RetevisRB18)
Testing Retevis RB18 clone ... ok
test_copy_all (tests.TestCase_RetevisRB18)
Testing Retevis RB18 copy all ... ok
test_detect (tests.TestCase_RetevisRB18)
Testing Retevis RB18 detect ... ok
test_edges (tests.TestCase_RetevisRB18)
Testing Retevis RB18 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB18)
Testing Retevis RB18 settings ... ok
test_banks (tests.TestCase_IcomID31A)
Testing Icom ID-31A banks ... ok
test_brute_force (tests.TestCase_IcomID31A)
Testing Icom ID-31A brute force ... ok
test_clone (tests.TestCase_IcomID31A)
Testing Icom ID-31A clone ... ok
test_copy_all (tests.TestCase_IcomID31A)
Testing Icom ID-31A copy all ... ok
test_detect (tests.TestCase_IcomID31A)
Testing Icom ID-31A detect ... ok
test_edges (tests.TestCase_IcomID31A)
Testing Icom ID-31A edges ... ok
test_settings (tests.TestCase_IcomID31A)
Testing Icom ID-31A settings ... ok
test_banks (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 brute force ... ok
test_clone (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 clone ... ok
test_copy_all (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 copy all ... ok
test_detect (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 detect ... ok
test_edges (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 edges ... ok
test_settings (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 settings ... ok
test_banks (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode settings ... ok
test_banks (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D banks ... ok
test_brute_force (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D brute force ... ok
test_clone (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D clone ... ok
test_copy_all (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D copy all ... ok
test_detect (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D detect ... ok
test_edges (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D edges ... ok
test_settings (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D settings ... ok
test_banks (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus brute force ... ok
test_clone (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus copy all ... ok
test_detect (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus detect ... ok
test_edges (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus edges ... ok
test_settings (tests.TestCase_WouxunKGUV8DPlus)
Testing Wouxun KG-UV8D Plus settings ... ok
test_banks (tests.TestCase_RetevisRB75)
Testing Retevis RB75 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB75)
Testing Retevis RB75 brute force ... ok
test_clone (tests.TestCase_RetevisRB75)
Testing Retevis RB75 clone ... ok
test_copy_all (tests.TestCase_RetevisRB75)
Testing Retevis RB75 copy all ... ok
test_detect (tests.TestCase_RetevisRB75)
Testing Retevis RB75 detect ... ok
test_edges (tests.TestCase_RetevisRB75)
Testing Retevis RB75 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB75)
Testing Retevis RB75 settings ... ok
test_banks (tests.TestCase_RetevisRB19)
Testing Retevis RB19 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB19)
Testing Retevis RB19 brute force ... ok
test_clone (tests.TestCase_RetevisRB19)
Testing Retevis RB19 clone ... ok
test_copy_all (tests.TestCase_RetevisRB19)
Testing Retevis RB19 copy all ... ok
test_detect (tests.TestCase_RetevisRB19)
Testing Retevis RB19 detect ... ok
test_edges (tests.TestCase_RetevisRB19)
Testing Retevis RB19 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB19)
Testing Retevis RB19 settings ... ok
test_banks (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 brute force ... ok
test_clone (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 clone ... ok
test_copy_all (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 copy all ... ok
test_detect (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 detect ... ok
test_edges (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 edges ... ok
test_settings (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 settings ... ok
test_banks (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 banks ... ok
test_brute_force (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 brute force ... ok
test_clone (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 clone ... ok
test_copy_all (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 copy all ... ok
test_detect (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 detect ... ok
test_edges (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 edges ... ok
test_settings (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode settings ... ok
test_banks (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 brute force ... ok
test_clone (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 clone ... ok
test_copy_all (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 copy all ... ok
test_detect (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 detect ... ok
test_edges (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 edges ... ok
test_settings (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 settings ... ok
test_banks (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P brute force ... ok
test_clone (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P clone ... ok
test_copy_all (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P copy all ... ok
test_detect (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P detect ... ok
test_edges (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB19P)
Testing Retevis RB19P settings ... ok
test_banks (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M brute force ... ok
test_clone (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M clone ... ok
test_copy_all (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M copy all ... ok
test_detect (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M detect ... ok
test_edges (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M edges ... ok
test_settings (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M settings ... ok
test_banks (tests.TestCase_RetevisRB85)
Testing Retevis RB85 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB85)
Testing Retevis RB85 brute force ... ok
test_clone (tests.TestCase_RetevisRB85)
Testing Retevis RB85 clone ... ok
test_copy_all (tests.TestCase_RetevisRB85)
Testing Retevis RB85 copy all ... ok
test_detect (tests.TestCase_RetevisRB85)
Testing Retevis RB85 detect ... ok
test_edges (tests.TestCase_RetevisRB85)
Testing Retevis RB85 edges ... ok
test_settings (tests.TestCase_RetevisRB85)
Testing Retevis RB85 settings ... ok
test_banks (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E brute force ... ok
test_clone (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E copy all ... ok
test_detect (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E detect ... ok
test_edges (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E edges ... ok
test_settings (tests.TestCase_WouxunKGUV8E)
Testing Wouxun KG-UV8E settings ... ok
test_banks (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode settings ... ok
test_banks (tests.TestCase_RetevisRB26)
Testing Retevis RB26 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB26)
Testing Retevis RB26 brute force ... ok
test_clone (tests.TestCase_RetevisRB26)
Testing Retevis RB26 clone ... ok
test_copy_all (tests.TestCase_RetevisRB26)
Testing Retevis RB26 copy all ... ok
test_detect (tests.TestCase_RetevisRB26)
Testing Retevis RB26 detect ... ok
test_edges (tests.TestCase_RetevisRB26)
Testing Retevis RB26 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB26)
Testing Retevis RB26 settings ... ok
test_banks (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 brute force ... ok
test_clone (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 clone ... ok
test_copy_all (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 copy all ... ok
test_detect (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 detect ... ok
test_edges (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 edges ... ok
test_settings (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 settings ... ok
test_banks (tests.TestCase_RetevisRT1)
Testing Retevis RT1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT1)
Testing Retevis RT1 brute force ... ok
test_clone (tests.TestCase_RetevisRT1)
Testing Retevis RT1 clone ... ok
test_copy_all (tests.TestCase_RetevisRT1)
Testing Retevis RT1 copy all ... ok
test_detect (tests.TestCase_RetevisRT1)
Testing Retevis RT1 detect ... ok
test_edges (tests.TestCase_RetevisRT1)
Testing Retevis RT1 edges ... ok
test_settings (tests.TestCase_RetevisRT1)
Testing Retevis RT1 settings ... ok
test_banks (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF brute force ... ok
test_clone (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF clone ... ok
test_copy_all (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF copy all ... ok
test_detect (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF detect ... ok
test_edges (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF edges ... ok
test_settings (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF settings ... ok
test_banks (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 brute force ... ok
test_clone (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 clone ... ok
test_copy_all (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 copy all ... ok
test_detect (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 detect ... ok
test_edges (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 edges ... ok
test_settings (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 settings ... ok
test_banks (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A brute force ... ok
test_clone (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A copy all ... ok
test_detect (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A detect ... ok
test_edges (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A edges ... ok
test_settings (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A settings ... ok
test_banks (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 banks ... ok
test_brute_force (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 brute force ... ok
test_clone (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 clone ... ok
test_copy_all (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 copy all ... ok
test_detect (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 detect ... ok
test_edges (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 edges ... ok
test_settings (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 settings ... ok
test_banks (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR banks ... ok
test_brute_force (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR brute force ... ok
test_clone (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR clone ... ok
test_copy_all (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR copy all ... ok
test_detect (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR detect ... ok
test_edges (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR edges ... ok
test_settings (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR settings ... ok
test_banks (tests.TestCase_IcomID51)
Testing Icom ID-51 banks ... ok
test_brute_force (tests.TestCase_IcomID51)
Testing Icom ID-51 brute force ... ok
test_clone (tests.TestCase_IcomID51)
Testing Icom ID-51 clone ... ok
test_copy_all (tests.TestCase_IcomID51)
Testing Icom ID-51 copy all ... ok
test_detect (tests.TestCase_IcomID51)
Testing Icom ID-51 detect ... ok
test_edges (tests.TestCase_IcomID51)
Testing Icom ID-51 edges ... ok
test_settings (tests.TestCase_IcomID51)
Testing Icom ID-51 settings ... ok
test_banks (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF brute force ... ok
test_clone (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF clone ... ok
test_copy_all (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF copy all ... ok
test_detect (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF detect ... ok
test_edges (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF edges ... ok
test_settings (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF settings ... ok
test_banks (tests.TestCase_RetevisRT16)
Testing Retevis RT16 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT16)
Testing Retevis RT16 brute force ... ok
test_clone (tests.TestCase_RetevisRT16)
Testing Retevis RT16 clone ... ok
test_copy_all (tests.TestCase_RetevisRT16)
Testing Retevis RT16 copy all ... ok
test_detect (tests.TestCase_RetevisRT16)
Testing Retevis RT16 detect ... ok
test_edges (tests.TestCase_RetevisRT16)
Testing Retevis RT16 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT16)
Testing Retevis RT16 settings ... ok
test_banks (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 brute force ... ok
test_clone (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 clone ... ok
test_copy_all (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 copy all ... ok
test_detect (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 detect ... ok
test_edges (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 edges ... ok
test_settings (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 brute force ... ok
test_clone (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 clone ... ok
test_copy_all (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 copy all ... ok
test_detect (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 detect ... ok
test_edges (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 edges ... ok
test_settings (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 settings ... ok
test_banks (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 brute force ... ok
test_clone (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 clone ... ok
test_copy_all (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 copy all ... ok
test_detect (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 detect ... ok
test_edges (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 edges ... ok
test_settings (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 settings ... ok
test_banks (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus brute force ... ok
test_clone (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus copy all ... ok
test_detect (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus detect ... ok
test_edges (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus edges ... ok
test_settings (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus settings ... ok
test_banks (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV brute force ... ok
test_clone (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV clone ... ok
test_copy_all (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV copy all ... ok
test_detect (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV detect ... ok
test_edges (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV edges ... ok
test_settings (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV settings ... ok
test_banks (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE banks ... ok
test_brute_force (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE brute force ... ok
test_clone (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE clone ... ok
test_copy_all (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE copy all ... ok
test_detect (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE detect ... ok
test_edges (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE edges ... ok
test_settings (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE settings ... ok
test_banks (tests.TestCase_RetevisRT21)
Testing Retevis RT21 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT21)
Testing Retevis RT21 brute force ... ok
test_clone (tests.TestCase_RetevisRT21)
Testing Retevis RT21 clone ... ok
test_copy_all (tests.TestCase_RetevisRT21)
Testing Retevis RT21 copy all ... ok
test_detect (tests.TestCase_RetevisRT21)
Testing Retevis RT21 detect ... ok
test_edges (tests.TestCase_RetevisRT21)
Testing Retevis RT21 edges ... ok
test_settings (tests.TestCase_RetevisRT21)
Testing Retevis RT21 settings ... ok
test_banks (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R brute force ... ok
test_clone (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R clone ... ok
test_copy_all (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R copy all ... ok
test_detect (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R detect ... ok
test_edges (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R edges ... ok
test_settings (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND brute force ... ok
test_clone (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND clone ... ok
test_copy_all (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND copy all ... ok
test_detect (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND detect ... ok
test_edges (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND edges ... ok
test_settings (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND settings ... ok
test_banks (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 brute force ... ok
test_clone (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 clone ... ok
test_copy_all (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 copy all ... ok
test_detect (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 detect ... ok
test_edges (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 edges ... ok
test_settings (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 settings ... ok
test_banks (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P brute force ... ok
test_clone (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P clone ... ok
test_copy_all (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P copy all ... ok
test_detect (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P detect ... ok
test_edges (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P edges ... ok
test_settings (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P settings ... ok
test_banks (tests.TestCase_RetevisRT22)
Testing Retevis RT22 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT22)
Testing Retevis RT22 brute force ... ok
test_clone (tests.TestCase_RetevisRT22)
Testing Retevis RT22 clone ... ok
test_copy_all (tests.TestCase_RetevisRT22)
Testing Retevis RT22 copy all ... ok
test_detect (tests.TestCase_RetevisRT22)
Testing Retevis RT22 detect ... ok
test_edges (tests.TestCase_RetevisRT22)
Testing Retevis RT22 edges ... ok
test_settings (tests.TestCase_RetevisRT22)
Testing Retevis RT22 settings ... ok
test_banks (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus banks ... ok
test_brute_force (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus brute force ... ok
test_clone (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus clone ... ok
test_copy_all (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus copy all ... ok
test_detect (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus detect ... ok
test_edges (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus edges ... ok
test_settings (tests.TestCase_IcomID51Plus)
Testing Icom ID-51 Plus settings ... ok
test_banks (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R banks ... ok
test_brute_force (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R brute force ... ok
test_clone (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R clone ... ok
test_copy_all (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R copy all ... ok
test_detect (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R detect ... ok
test_edges (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R edges ... ok
test_settings (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R settings ... ok
test_banks (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 brute force ... ok
test_clone (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 clone ... ok
test_copy_all (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 copy all ... ok
test_detect (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 detect ... ok
test_edges (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 edges ... ok
test_settings (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 settings ... ok
test_banks (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S brute force ... ok
test_clone (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S clone ... ok
test_copy_all (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S copy all ... ok
test_detect (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S detect ... ok
test_edges (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S edges ... ok
test_settings (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S settings ... ok
test_banks (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) brute force ... ok
test_clone (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) clone ... ok
test_copy_all (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) copy all ... ok
test_detect (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) detect ... ok
test_edges (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) edges ... ok
test_settings (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) settings ... ok
test_banks (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS brute force ... ok
test_clone (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS clone ... ok
test_copy_all (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS copy all ... ok
test_detect (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS detect ... ok
test_edges (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS edges ... ok
test_settings (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS settings ... ok
test_banks (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M brute force ... ok
test_clone (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M clone ... ok
test_copy_all (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M copy all ... ok
test_detect (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M detect ... ok
test_edges (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M edges ... ok
test_settings (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 brute force ... ok
test_clone (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 clone ... ok
test_copy_all (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 copy all ... ok
test_detect (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 detect ... ok
test_edges (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 edges ... ok
test_settings (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 settings ... ok
test_banks (tests.TestCase_IcomID800H)
Testing Icom ID-800H banks ... ok
test_brute_force (tests.TestCase_IcomID800H)
Testing Icom ID-800H brute force ... ok
test_clone (tests.TestCase_IcomID800H)
Testing Icom ID-800H clone ... ok
test_copy_all (tests.TestCase_IcomID800H)
Testing Icom ID-800H copy all ... ok
test_detect (tests.TestCase_IcomID800H)
Testing Icom ID-800H detect ... ok
test_edges (tests.TestCase_IcomID800H)
Testing Icom ID-800H edges ... ok
test_settings (tests.TestCase_IcomID800H)
Testing Icom ID-800H settings ... ok
test_banks (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S brute force ... ok
test_clone (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S clone ... ok
test_copy_all (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S copy all ... ok
test_detect (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S detect ... ok
test_edges (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S settings ... ok
test_banks (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 brute force ... ok
test_clone (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 clone ... ok
test_copy_all (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 copy all ... ok
test_detect (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 detect ... ok
test_edges (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 edges ... ok
test_settings (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 settings ... ok
test_banks (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M brute force ... ok
test_clone (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M clone ... ok
test_copy_all (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M copy all ... ok
test_detect (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M detect ... ok
test_edges (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M edges ... ok
test_settings (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 brute force ... ok
test_clone (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 clone ... ok
test_copy_all (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 copy all ... ok
test_detect (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 detect ... ok
test_edges (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 edges ... ok
test_settings (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 settings ... ok
test_banks (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 brute force ... ok
test_clone (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 clone ... ok
test_copy_all (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 copy all ... ok
test_detect (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 detect ... ok
test_edges (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 edges ... ok
test_settings (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 settings ... ok
test_banks (tests.TestCase_RetevisRT23)
Testing Retevis RT23 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT23)
Testing Retevis RT23 brute force ... ok
test_clone (tests.TestCase_RetevisRT23)
Testing Retevis RT23 clone ... ok
test_copy_all (tests.TestCase_RetevisRT23)
Testing Retevis RT23 copy all ... ok
test_detect (tests.TestCase_RetevisRT23)
Testing Retevis RT23 detect ... ok
test_edges (tests.TestCase_RetevisRT23)
Testing Retevis RT23 edges ... ok
test_settings (tests.TestCase_RetevisRT23)
Testing Retevis RT23 settings ... ok
test_banks (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 brute force ... ok
test_clone (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 clone ... ok
test_copy_all (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 copy all ... ok
test_detect (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 detect ... ok
test_edges (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 edges ... ok
test_settings (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 settings ... ok
test_banks (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M brute force ... ok
test_clone (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M clone ... ok
test_copy_all (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M copy all ... ok
test_detect (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M detect ... ok
test_edges (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M edges ... ok
test_settings (tests.TestCase_PolmarDB50M)
Testing Polmar DB-50M settings ... ok
test_banks (tests.TestCase_IcomID880H)
Testing Icom ID-880H banks ... ok
test_brute_force (tests.TestCase_IcomID880H)
Testing Icom ID-880H brute force ... ok
test_clone (tests.TestCase_IcomID880H)
Testing Icom ID-880H clone ... ok
test_copy_all (tests.TestCase_IcomID880H)
Testing Icom ID-880H copy all ... ok
test_detect (tests.TestCase_IcomID880H)
Testing Icom ID-880H detect ... ok
test_edges (tests.TestCase_IcomID880H)
Testing Icom ID-880H edges ... ok
test_settings (tests.TestCase_IcomID880H)
Testing Icom ID-880H settings ... ok
test_banks (tests.TestCase_RetevisRT26)
Testing Retevis RT26 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT26)
Testing Retevis RT26 brute force ... ok
test_clone (tests.TestCase_RetevisRT26)
Testing Retevis RT26 clone ... ok
test_copy_all (tests.TestCase_RetevisRT26)
Testing Retevis RT26 copy all ... ok
test_detect (tests.TestCase_RetevisRT26)
Testing Retevis RT26 detect ... ok
test_edges (tests.TestCase_RetevisRT26)
Testing Retevis RT26 edges ... ok
test_settings (tests.TestCase_RetevisRT26)
Testing Retevis RT26 settings ... ok
test_banks (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 brute force ... ok
test_clone (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 clone ... ok
test_copy_all (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 copy all ... ok
test_detect (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 detect ... ok
test_edges (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 edges ... ok
test_settings (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 settings ... ok
test_banks (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R brute force ... ok
test_clone (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R clone ... ok
test_copy_all (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R copy all ... ok
test_detect (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R detect ... ok
test_edges (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R edges ... ok
test_settings (tests.TestCase_PuxingPX2R)
Testing Puxing PX-2R settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) brute force ... ok
test_clone (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) clone ... ok
test_copy_all (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) copy all ... ok
test_detect (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) detect ... ok
test_edges (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) edges ... ok
test_settings (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) settings ... ok
test_banks (tests.TestCase_RetevisRT622)
Testing Retevis RT622 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT622)
Testing Retevis RT622 brute force ... ok
test_clone (tests.TestCase_RetevisRT622)
Testing Retevis RT622 clone ... ok
test_copy_all (tests.TestCase_RetevisRT622)
Testing Retevis RT622 copy all ... ok
test_detect (tests.TestCase_RetevisRT622)
Testing Retevis RT622 detect ... ok
test_edges (tests.TestCase_RetevisRT622)
Testing Retevis RT622 edges ... ok
test_settings (tests.TestCase_RetevisRT622)
Testing Retevis RT622 settings ... ok
test_banks (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M brute force ... ok
test_clone (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M clone ... ok
test_copy_all (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M copy all ... ok
test_detect (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M detect ... ok
test_edges (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M edges ... ok
test_settings (tests.TestCase_JetstreamJT220M)
Testing Jetstream JT220M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 brute force ... ok
test_clone (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 clone ... ok
test_copy_all (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 copy all ... ok
test_detect (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 detect ... ok
test_edges (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 edges ... ok
test_settings (tests.TestCase_PuxingPX777)
Testing Puxing PX-777 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRT668)
Testing Retevis RT668 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT668)
Testing Retevis RT668 brute force ... ok
test_clone (tests.TestCase_RetevisRT668)
Testing Retevis RT668 clone ... ok
test_copy_all (tests.TestCase_RetevisRT668)
Testing Retevis RT668 copy all ... ok
test_detect (tests.TestCase_RetevisRT668)
Testing Retevis RT668 detect ... ok
test_edges (tests.TestCase_RetevisRT668)
Testing Retevis RT668 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT668)
Testing Retevis RT668 settings ... ok
test_banks (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D banks ... ok
test_brute_force (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D brute force ... ok
test_clone (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D clone ... ok
test_copy_all (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D copy all ... ok
test_detect (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D detect ... ok
test_edges (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D edges ... ok
test_settings (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D settings ... ok
test_banks (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 banks ... ok
test_brute_force (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 brute force ... ok
test_clone (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 clone ... ok
test_copy_all (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 copy all ... ok
test_detect (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 detect ... ok
test_edges (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 edges ... ok
test_settings (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M brute force ... ok
test_clone (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M clone ... ok
test_copy_all (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M copy all ... ok
test_detect (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M detect ... ok
test_edges (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M edges ... ok
test_settings (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M settings ... ok
test_banks (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R banks ... ok
test_brute_force (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R brute force ... ok
test_clone (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R clone ... ok
test_copy_all (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R copy all ... ok
test_detect (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R detect ... ok
test_edges (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R edges ... ok
test_settings (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R settings ... ok
test_banks (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 brute force ... ok
test_clone (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 clone ... ok
test_copy_all (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 copy all ... ok
test_detect (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 detect ... ok
test_edges (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 edges ... ok
test_settings (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH brute force ... ok
test_clone (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH clone ... ok
test_copy_all (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH copy all ... ok
test_detect (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH detect ... ok
test_edges (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH edges ... ok
test_settings (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH settings ... ok
test_banks (tests.TestCase_KYDIP620)
Testing KYD IP-620 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KYDIP620)
Testing KYD IP-620 brute force ... ok
test_clone (tests.TestCase_KYDIP620)
Testing KYD IP-620 clone ... ok
test_copy_all (tests.TestCase_KYDIP620)
Testing KYD IP-620 copy all ... ok
test_detect (tests.TestCase_KYDIP620)
Testing KYD IP-620 detect ... ok
test_edges (tests.TestCase_KYDIP620)
Testing KYD IP-620 edges ... ok
test_settings (tests.TestCase_KYDIP620)
Testing KYD IP-620 settings ... ok
test_banks (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M brute force ... ok
test_clone (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M clone ... ok
test_copy_all (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M copy all ... ok
test_detect (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M detect ... ok
test_edges (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M edges ... ok
test_settings (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_KYDNC630A)
Testing KYD NC-630A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KYDNC630A)
Testing KYD NC-630A brute force ... ok
test_clone (tests.TestCase_KYDNC630A)
Testing KYD NC-630A clone ... ok
test_copy_all (tests.TestCase_KYDNC630A)
Testing KYD NC-630A copy all ... ok
test_detect (tests.TestCase_KYDNC630A)
Testing KYD NC-630A detect ... ok
test_edges (tests.TestCase_KYDNC630A)
Testing KYD NC-630A edges ... ok
test_settings (tests.TestCase_KYDNC630A)
Testing KYD NC-630A settings ... ok
test_banks (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R banks ... ok
test_brute_force (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R brute force ... ok
test_clone (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R clone ... ok
test_copy_all (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R copy all ... ok
test_detect (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R detect ... ok
test_edges (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R edges ... ok
test_settings (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R settings ... ok
test_banks (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D banks ... ok
test_brute_force (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D brute force ... ok
test_clone (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D clone ... ok
test_copy_all (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D copy all ... ok
test_detect (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D detect ... ok
test_edges (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D edges ... ok
test_settings (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D settings ... ok
test_banks (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D brute force ... ok
test_clone (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D clone ... ok
test_copy_all (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D copy all ... ok
test_detect (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D detect ... ok
test_edges (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D edges ... ok
test_settings (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D settings ... ok
----------------------------------------------------------------------
Ran 1316 tests in 506.670s
OK (skipped=202)
struct memory {
bbcd rx_freq[4];
bbcd tx_freq[4];
lbcd rx_tone[2];
lbcd tx_tone[2];
u8 unknown10:5,
highpower:1,
unknown11:2;
u8 unknown20:4,
narrow:1,
unknown21:3;
u8 unknown31:1,
scanadd:1,
unknown32:6;
u8 unknown4;
};
struct name {
char name[7];
};
#seekto 0x0010;
struct memory channels[128];
#seekto 0x08C0;
struct name names[128];
#seekto 0x2020;
struct memory vfo1;
struct memory vfo2;
style create: /chirp/.tox/style
style installdeps: pep8==1.6.2, future
style inst: /chirp/.tox/.tmp/package/1/chirp-0.3.0dev.zip
style installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.,chirp==0.3.0.dev0,configparser==3.7.4,contextlib2==0.5.5,filelock==3.0.12,future==0.15.2,importlib-metadata==0.18,Mako==1.0.3,MarkupSafe==0.23,mercurial==3.7.3,packaging==19.0,pathlib2==2.3.4,pep8==1.6.2,pluggy==0.12.0,py==1.8.0,pygobject==3.20.0,pyparsing==2.4.0,pyserial==3.0.1,scandir==1.10.0,six==1.12.0,toml==0.10.0,tox==3.13.2,virtualenv==16.6.1,zipp==0.5.2
style run-test-pre: PYTHONHASHSEED='1364129231'
style run-test: commands[0] | python ./tools/cpep8.py
___________________________________ summary ____________________________________
unit: commands succeeded
driver: commands succeeded
style: commands succeeded
congratulations :)
Email was triggered for: Success
Sending email for trigger: Success
1
0
1
6
Tested changes:
[Jim Unroe <rock.unroe(a)gmail.com>] [QB25] Add additional MCU Version for Radioddity QB25
This patch adds an additional MCU version (VC9214) for the
Radioddity QB25 (QYT KT7900D variant).
Fixes #9904
[Jim Unroe <rock.unroe(a)gmail.com>] Driver Maintence: btech.py typo
This patch corrects a long standing typo in the btech.py driver module.
"indego" -> "indigo"
Fixes #9890
[Tom Hayward <tom(a)tomh.us>] [id880] Fix typo in charset definition. #281
[Tom Hayward <tom(a)tomh.us>] [thf6a] Support full charset (ASCII). Fixes #141
[Tom Hayward <tom(a)tomh.us>] [id880] Support full charset. Fixes #281
[Tom Hayward <tom(a)tomh.us>] [vx5] Support full charset (ASCII). Fixes #292
[Tom Hayward <tom(a)tomh.us>] [id31a] set used bit when creating new memory, clear when deleting. Fixes #269
[Tom Hayward <tom(a)tomh.us>] Support PyGTK < 2.22 in bank edit. Fixes #231
[Tom Hayward <tom(a)tomh.us>] [d710] [v71] [d72] Fix tone list (not all tones are supported). Fixes #212
[Dan Smith <dsmith(a)danplanet.com>] [vx7] Fix setting memory power levels on 220MHz band
Fixes #214
[Dan Smith <dsmith(a)danplanet.com>] fips: Pennsylvania FIPS code was wrong. #117
[Marco Filippi <iz3gme.marco(a)gmail.com>] Consider lower bound frequency of each valid_band as valid
Fix bug #181
[Tom Hayward <tom(a)tomh.us>] tmd700: allow 8-char names. Fixes #176
[Dan Smith <dsmith(a)danplanet.com>] Fix the "blind deletion" problem, as well as properly direct copy/paste
Fixes #172
[David Griffith <dave(a)661.org>] Bug #155 fix: VX-7 1.25m power levels
[David Griffith <dave(a)661.org>] New INSTALL and README files
Fixes #122
[Tom Hayward <tom(a)tomh.us>] thd72: only use hardware flow on OS X. Fixes #166
[Marco Filippi <iz3gme.marco(a)gmail.com>] [FT817] Tone freq not set correctly
Same as #88 for FT857, to avoid code duplication fix code have been moved from
ft857 to its ancestor class
Fix bug #163
[Tom Hayward <tom(a)tomh.us>] Fix Mac .app so paths with spaces work. Fixes Bug #145
Full log:
[...truncated 1261 lines...]
test_copy_all (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A copy all ... ok
test_detect (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A detect ... ok
test_edges (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A edges ... ok
test_settings (tests.TestCase_WouxunKGUV920PA)
Testing Wouxun KG-UV920P-A settings ... ok
test_banks (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 brute force ... ok
test_clone (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 clone ... ok
test_copy_all (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 copy all ... ok
test_detect (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 detect ... ok
test_edges (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 edges ... ok
test_settings (tests.TestCase_BTECHGMRS50X1)
Testing BTECH GMRS-50X1 settings ... ok
test_banks (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M brute force ... ok
test_clone (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M clone ... ok
test_copy_all (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M copy all ... ok
test_detect (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M detect ... ok
test_edges (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M edges ... ok
test_settings (tests.TestCase_JetstreamJT270M)
Testing Jetstream JT270M settings ... ok
test_banks (tests.TestCase_RetevisRB75)
Testing Retevis RB75 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB75)
Testing Retevis RB75 brute force ... ok
test_clone (tests.TestCase_RetevisRB75)
Testing Retevis RB75 clone ... ok
test_copy_all (tests.TestCase_RetevisRB75)
Testing Retevis RB75 copy all ... ok
test_detect (tests.TestCase_RetevisRB75)
Testing Retevis RB75 detect ... ok
test_edges (tests.TestCase_RetevisRB75)
Testing Retevis RB75 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB75)
Testing Retevis RB75 settings ... ok
test_banks (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A brute force ... ok
test_clone (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A clone ... ok
test_copy_all (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A copy all ... ok
test_detect (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A detect ... ok
test_edges (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17A)
Testing Retevis RB17A settings ... ok
test_banks (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R brute force ... ok
test_clone (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R clone ... ok
test_copy_all (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R copy all ... ok
test_detect (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R detect ... ok
test_edges (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R edges ... ok
test_settings (tests.TestCase_BaofengUV6R)
Testing Baofeng UV-6R settings ... ok
test_banks (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH brute force ... ok
test_clone (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH clone ... ok
test_copy_all (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH copy all ... ok
test_detect (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH detect ... ok
test_edges (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH edges ... ok
test_settings (tests.TestCase_JetstreamJT270MH)
Testing Jetstream JT270MH settings ... ok
test_banks (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 brute force ... ok
test_clone (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 clone ... ok
test_copy_all (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 copy all ... ok
test_detect (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 detect ... ok
test_edges (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 edges ... ok
test_settings (tests.TestCase_BTECHGMRSV1)
Testing BTECH GMRS-V1 settings ... ok
test_banks (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P brute force ... ok
test_clone (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P clone ... ok
test_copy_all (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P copy all ... ok
test_detect (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P detect ... ok
test_edges (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17P)
Testing Retevis RB17P settings ... ok
test_banks (tests.TestCase_RetevisRB85)
Testing Retevis RB85 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB85)
Testing Retevis RB85 brute force ... ok
test_clone (tests.TestCase_RetevisRB85)
Testing Retevis RB85 clone ... ok
test_copy_all (tests.TestCase_RetevisRB85)
Testing Retevis RB85 copy all ... ok
test_detect (tests.TestCase_RetevisRB85)
Testing Retevis RB85 detect ... ok
test_edges (tests.TestCase_RetevisRB85)
Testing Retevis RB85 edges ... ok
test_settings (tests.TestCase_RetevisRB85)
Testing Retevis RB85 settings ... ok
test_banks (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus brute force ... ok
test_clone (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus clone ... ok
test_copy_all (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus copy all ... ok
test_detect (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus detect ... ok
test_edges (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus edges ... ok
test_settings (tests.TestCase_WouxunKGUV9DPlus)
Testing Wouxun KG-UV9D Plus settings ... ok
test_banks (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D banks ... ok
test_brute_force (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D brute force ... ok
test_clone (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D clone ... ok
test_copy_all (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D copy all ... ok
test_detect (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D detect ... ok
test_edges (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D edges ... ok
test_settings (tests.TestCase_YaesuFT3D)
Testing Yaesu FT3D settings ... ok
test_banks (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTMD710GCloneMode)
Testing Kenwood TM-D710G_CloneMode settings ... ok
test_banks (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 brute force ... ok
test_clone (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 clone ... ok
test_copy_all (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 copy all ... ok
test_detect (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 detect ... ok
test_edges (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 edges ... ok
test_settings (tests.TestCase_BaofengUVB5)
Testing Baofeng UV-B5 settings ... ok
test_banks (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V brute force ... ok
test_clone (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V clone ... ok
test_copy_all (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V copy all ... ok
test_detect (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V detect ... ok
test_edges (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB17V)
Testing Retevis RB17V settings ... ok
test_banks (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 brute force ... ok
test_clone (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 clone ... ok
test_copy_all (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 copy all ... ok
test_detect (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 detect ... ok
test_edges (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 edges ... ok
test_settings (tests.TestCase_BTECHGMRSV2)
Testing BTECH GMRS-V2 settings ... ok
test_banks (tests.TestCase_RetevisRT1)
Testing Retevis RT1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT1)
Testing Retevis RT1 brute force ... ok
test_clone (tests.TestCase_RetevisRT1)
Testing Retevis RT1 clone ... ok
test_copy_all (tests.TestCase_RetevisRT1)
Testing Retevis RT1 copy all ... ok
test_detect (tests.TestCase_RetevisRT1)
Testing Retevis RT1 detect ... ok
test_edges (tests.TestCase_RetevisRT1)
Testing Retevis RT1 edges ... ok
test_settings (tests.TestCase_RetevisRT1)
Testing Retevis RT1 settings ... ok
test_banks (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P brute force ... ok
test_clone (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P clone ... ok
test_copy_all (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P copy all ... ok
test_detect (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P detect ... ok
test_edges (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P edges ... ok
test_settings (tests.TestCase_WouxunKGUVD1P)
Testing Wouxun KG-UVD1P settings ... ok
test_banks (tests.TestCase_RetevisRB18)
Testing Retevis RB18 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRB18)
Testing Retevis RB18 brute force ... ok
test_clone (tests.TestCase_RetevisRB18)
Testing Retevis RB18 clone ... ok
test_copy_all (tests.TestCase_RetevisRB18)
Testing Retevis RB18 copy all ... ok
test_detect (tests.TestCase_RetevisRB18)
Testing Retevis RB18 detect ... ok
test_edges (tests.TestCase_RetevisRB18)
Testing Retevis RB18 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRB18)
Testing Retevis RB18 settings ... ok
test_banks (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 brute force ... ok
test_clone (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 clone ... ok
test_copy_all (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 copy all ... ok
test_detect (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 detect ... ok
test_edges (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 edges ... ok
test_settings (tests.TestCase_BaojieBJ9900)
Testing Baojie BJ-9900 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 brute force ... ok
test_clone (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 clone ... ok
test_copy_all (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 copy all ... ok
test_detect (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 detect ... ok
test_edges (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_BTECHMURSV1)
Testing BTECH MURS-V1 settings ... ok
test_banks (tests.TestCase_RetevisRT16)
Testing Retevis RT16 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT16)
Testing Retevis RT16 brute force ... ok
test_clone (tests.TestCase_RetevisRT16)
Testing Retevis RT16 clone ... ok
test_copy_all (tests.TestCase_RetevisRT16)
Testing Retevis RT16 copy all ... ok
test_detect (tests.TestCase_RetevisRT16)
Testing Retevis RT16 detect ... ok
test_edges (tests.TestCase_RetevisRT16)
Testing Retevis RT16 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT16)
Testing Retevis RT16 settings ... ok
test_banks (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M brute force ... ok
test_clone (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M clone ... ok
test_copy_all (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M copy all ... ok
test_detect (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M detect ... ok
test_edges (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M edges ... ok
test_settings (tests.TestCase_YaesuFT1500M)
Testing Yaesu FT-1500M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTMD710CloneMode)
Testing Kenwood TM-D710_CloneMode settings ... ok
test_banks (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D brute force ... ok
test_clone (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D clone ... ok
test_copy_all (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D copy all ... ok
test_detect (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D detect ... ok
test_edges (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D edges ... ok
test_settings (tests.TestCase_YaesuFTM3200D)
Testing Yaesu FTM-3200D settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRT68)
Testing Retevis RT68 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT68)
Testing Retevis RT68 brute force ... ok
test_clone (tests.TestCase_RetevisRT68)
Testing Retevis RT68 clone ... ok
test_copy_all (tests.TestCase_RetevisRT68)
Testing Retevis RT68 copy all ... ok
test_detect (tests.TestCase_RetevisRT68)
Testing Retevis RT68 detect ... ok
test_edges (tests.TestCase_RetevisRT68)
Testing Retevis RT68 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT68)
Testing Retevis RT68 settings ... ok
test_banks (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus brute force ... ok
test_clone (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus clone ... ok
test_copy_all (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus copy all ... ok
test_detect (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus detect ... ok
test_edges (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus edges ... ok
test_settings (tests.TestCase_BoblovX3Plus)
Testing Boblov X3Plus settings ... ok
test_banks (tests.TestCase_RetevisRT21)
Testing Retevis RT21 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT21)
Testing Retevis RT21 brute force ... ok
test_clone (tests.TestCase_RetevisRT21)
Testing Retevis RT21 clone ... ok
test_copy_all (tests.TestCase_RetevisRT21)
Testing Retevis RT21 copy all ... ok
test_detect (tests.TestCase_RetevisRT21)
Testing Retevis RT21 detect ... ok
test_edges (tests.TestCase_RetevisRT21)
Testing Retevis RT21 edges ... ok
test_settings (tests.TestCase_RetevisRT21)
Testing Retevis RT21 settings ... ok
test_banks (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 brute force ... ok
test_clone (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 clone ... ok
test_copy_all (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 copy all ... ok
test_detect (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 detect ... ok
test_edges (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 edges ... ok
test_settings (tests.TestCase_BTECHUV2501220)
Testing BTECH UV-2501+220 settings ... ok
test_banks (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTS480CloneMode)
Testing Kenwood TS-480_CloneMode settings ... ok
test_banks (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M brute force ... ok
test_clone (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M clone ... ok
test_copy_all (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M copy all ... ok
test_detect (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M detect ... ok
test_edges (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M edges ... ok
test_settings (tests.TestCase_YaesuFT1802M)
Testing Yaesu FT-1802M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR banks ... ok
test_brute_force (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR brute force ... ok
test_clone (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR clone ... ok
test_copy_all (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR copy all ... ok
test_detect (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR detect ... ok
test_edges (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR edges ... ok
test_settings (tests.TestCase_YaesuFT4VR)
Testing Yaesu FT-4VR settings ... ok
test_banks (tests.TestCase_RetevisRT76)
Testing Retevis RT76 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT76)
Testing Retevis RT76 brute force ... ok
test_clone (tests.TestCase_RetevisRT76)
Testing Retevis RT76 clone ... ok
test_copy_all (tests.TestCase_RetevisRT76)
Testing Retevis RT76 copy all ... ok
test_detect (tests.TestCase_RetevisRT76)
Testing Retevis RT76 detect ... ok
test_edges (tests.TestCase_RetevisRT76)
Testing Retevis RT76 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT76)
Testing Retevis RT76 settings ... ok
test_banks (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV brute force ... ok
test_clone (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV clone ... ok
test_copy_all (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV copy all ... ok
test_detect (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV detect ... ok
test_edges (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV edges ... ok
test_settings (tests.TestCase_CRTMicronUV)
Testing CRT Micron UV settings ... ok
test_banks (tests.TestCase_RetevisRT22)
Testing Retevis RT22 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT22)
Testing Retevis RT22 brute force ... ok
test_clone (tests.TestCase_RetevisRT22)
Testing Retevis RT22 clone ... ok
test_copy_all (tests.TestCase_RetevisRT22)
Testing Retevis RT22 copy all ... ok
test_detect (tests.TestCase_RetevisRT22)
Testing Retevis RT22 detect ... ok
test_edges (tests.TestCase_RetevisRT22)
Testing Retevis RT22 edges ... ok
test_settings (tests.TestCase_RetevisRT22)
Testing Retevis RT22 settings ... ok
test_banks (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode brute force ... ok
test_clone (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode clone ... ok
test_copy_all (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode copy all ... ok
test_detect (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode detect ... ok
test_edges (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode edges ... ok
test_settings (tests.TestCase_KenwoodTS590SGCloneMode)
Testing Kenwood TS-590SG_CloneMode settings ... ok
test_banks (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 brute force ... ok
test_clone (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 clone ... ok
test_copy_all (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 copy all ... ok
test_detect (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 detect ... ok
test_edges (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 edges ... ok
test_settings (tests.TestCase_BTECHUV25X2)
Testing BTECH UV-25X2 settings ... ok
test_banks (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 brute force ... ok
test_clone (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 clone ... ok
test_copy_all (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 copy all ... ok
test_detect (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 detect ... ok
test_edges (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 edges ... ok
test_settings (tests.TestCase_YaesuFTM350)
Testing Yaesu FTM-350 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE banks ... ok
test_brute_force (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE brute force ... ok
test_clone (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE clone ... ok
test_copy_all (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE copy all ... ok
test_detect (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE detect ... ok
test_edges (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE edges ... ok
test_settings (tests.TestCase_YaesuFT4XE)
Testing Yaesu FT-4XE settings ... ok
test_banks (tests.TestCase_RetevisRT87)
Testing Retevis RT87 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT87)
Testing Retevis RT87 brute force ... ok
test_clone (tests.TestCase_RetevisRT87)
Testing Retevis RT87 clone ... ok
test_copy_all (tests.TestCase_RetevisRT87)
Testing Retevis RT87 copy all ... ok
test_detect (tests.TestCase_RetevisRT87)
Testing Retevis RT87 detect ... ok
test_edges (tests.TestCase_RetevisRT87)
Testing Retevis RT87 edges ... ok
test_settings (tests.TestCase_RetevisRT87)
Testing Retevis RT87 settings ... ok
test_banks (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A brute force ... ok
test_clone (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A clone ... ok
test_copy_all (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A copy all ... ok
test_detect (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A detect ... ok
test_edges (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A edges ... ok
test_settings (tests.TestCase_FeidaxinFD268A)
Testing Feidaxin FD-268A settings ... ok
test_banks (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS brute force ... ok
test_clone (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS clone ... ok
test_copy_all (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS copy all ... ok
test_detect (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS detect ... ok
test_edges (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS edges ... ok
test_settings (tests.TestCase_RetevisRT22FRS)
Testing Retevis RT22FRS settings ... ok
test_banks (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF brute force ... ok
test_clone (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF clone ... ok
test_copy_all (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF copy all ... ok
test_detect (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF detect ... ok
test_edges (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF edges ... ok
test_settings (tests.TestCase_LUITONLT580UHF)
Testing LUITON LT-580_UHF settings ... ok
test_banks (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 brute force ... ok
test_clone (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 clone ... ok
test_copy_all (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 copy all ... ok
test_detect (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 detect ... ok
test_edges (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 edges ... ok
test_settings (tests.TestCase_BTECHUV25X4)
Testing BTECH UV-25X4 settings ... ok
test_banks (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR banks ... ok
test_brute_force (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR brute force ... ok
test_clone (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR clone ... ok
test_copy_all (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR copy all ... ok
test_detect (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR detect ... ok
test_edges (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR edges ... ok
test_settings (tests.TestCase_YaesuFT4XR)
Testing Yaesu FT-4XR settings ... ok
test_banks (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B brute force ... ok
test_clone (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B clone ... ok
test_copy_all (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B copy all ... ok
test_detect (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B detect ... ok
test_edges (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B edges ... ok
test_settings (tests.TestCase_FeidaxinFD268B)
Testing Feidaxin FD-268B settings ... ok
test_banks (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S brute force ... ok
test_clone (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S clone ... ok
test_copy_all (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S copy all ... ok
test_detect (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S detect ... ok
test_edges (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT22S)
Testing Retevis RT22S settings ... ok
test_banks (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D banks ... ok
test_brute_force (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D brute force ... ok
test_clone (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D clone ... ok
test_copy_all (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D copy all ... ok
test_detect (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D detect ... ok
test_edges (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D edges ... ok
test_settings (tests.TestCase_YaesuFT1D)
Testing Yaesu FT-1D settings ... ok
test_banks (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 brute force ... ok
test_clone (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 clone ... ok
test_copy_all (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 copy all ... ok
test_detect (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 detect ... ok
test_edges (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 edges ... ok
test_settings (tests.TestCase_RetevisRT9000D136174)
Testing Retevis RT9000D_136-174 settings ... ok
test_banks (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF brute force ... ok
test_clone (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF clone ... ok
test_copy_all (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF copy all ... ok
test_detect (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF detect ... ok
test_edges (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF edges ... ok
test_settings (tests.TestCase_LUITONLT580VHF)
Testing LUITON LT-580_VHF settings ... ok
test_banks (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 brute force ... ok
test_clone (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 clone ... ok
test_copy_all (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 copy all ... ok
test_detect (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 detect ... ok
test_edges (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 edges ... ok
test_settings (tests.TestCase_YaesuFT50)
Testing Yaesu FT-50 settings ... ok
test_banks (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 brute force ... ok
test_clone (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 clone ... ok
test_copy_all (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 copy all ... ok
test_detect (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 detect ... ok
test_edges (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 edges ... ok
test_settings (tests.TestCase_BTECHUV5001)
Testing BTECH UV-5001 settings ... ok
test_banks (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D brute force ... ok
test_clone (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D clone ... ok
test_copy_all (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D copy all ... ok
test_detect (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D detect ... ok
test_edges (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D edges ... ok
test_settings (tests.TestCase_YaesuFTM7250D)
Testing Yaesu FTM-7250D settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B brute force ... ok
test_clone (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B clone ... ok
test_copy_all (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B copy all ... ok
test_detect (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B detect ... ok
test_edges (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B edges ... ok
test_settings (tests.TestCase_FeidaxinFD288B)
Testing Feidaxin FD-288B settings ... ok
test_banks (tests.TestCase_RetevisRT23)
Testing Retevis RT23 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT23)
Testing Retevis RT23 brute force ... ok
test_clone (tests.TestCase_RetevisRT23)
Testing Retevis RT23 clone ... ok
test_copy_all (tests.TestCase_RetevisRT23)
Testing Retevis RT23 copy all ... ok
test_detect (tests.TestCase_RetevisRT23)
Testing Retevis RT23 detect ... ok
test_edges (tests.TestCase_RetevisRT23)
Testing Retevis RT23 edges ... ok
test_settings (tests.TestCase_RetevisRT23)
Testing Retevis RT23 settings ... ok
test_banks (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R banks ... ok
test_brute_force (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R brute force ... ok
test_clone (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R clone ... ok
test_copy_all (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R copy all ... ok
test_detect (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R detect ... ok
test_edges (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R edges ... ok
test_settings (tests.TestCase_YaesuFT25R)
Testing Yaesu FT-25R settings ... ok
test_banks (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 brute force ... ok
test_clone (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 clone ... ok
test_copy_all (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 copy all ... ok
test_detect (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 detect ... ok
test_edges (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 edges ... ok
test_settings (tests.TestCase_RetevisRT9000D220260)
Testing Retevis RT9000D_220-260 settings ... ok
test_banks (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV brute force ... ok
test_clone (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV clone ... ok
test_copy_all (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV copy all ... ok
test_detect (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV detect ... ok
test_edges (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV edges ... ok
test_settings (tests.TestCase_LUITONLT725UV)
Testing LUITON LT-725UV settings ... ok
test_banks (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 brute force ... ok
test_clone (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 clone ... ok
test_copy_all (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 copy all ... ok
test_detect (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 detect ... ok
test_edges (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 edges ... ok
test_settings (tests.TestCase_BTECHUV50X2)
Testing BTECH UV-50X2 settings ... ok
test_banks (tests.TestCase_IcomIC208H)
Testing Icom IC-208H banks ... ok
test_brute_force (tests.TestCase_IcomIC208H)
Testing Icom IC-208H brute force ... ok
test_clone (tests.TestCase_IcomIC208H)
Testing Icom IC-208H clone ... ok
test_copy_all (tests.TestCase_IcomIC208H)
Testing Icom IC-208H copy all ... ok
test_detect (tests.TestCase_IcomIC208H)
Testing Icom IC-208H detect ... ok
test_edges (tests.TestCase_IcomIC208H)
Testing Icom IC-208H edges ... ok
test_settings (tests.TestCase_IcomIC208H)
Testing Icom IC-208H settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRT26)
Testing Retevis RT26 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT26)
Testing Retevis RT26 brute force ... ok
test_clone (tests.TestCase_RetevisRT26)
Testing Retevis RT26 clone ... ok
test_copy_all (tests.TestCase_RetevisRT26)
Testing Retevis RT26 copy all ... ok
test_detect (tests.TestCase_RetevisRT26)
Testing Retevis RT26 detect ... ok
test_edges (tests.TestCase_RetevisRT26)
Testing Retevis RT26 edges ... ok
test_settings (tests.TestCase_RetevisRT26)
Testing Retevis RT26 settings ... ok
test_banks (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M brute force ... ok
test_clone (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M clone ... ok
test_copy_all (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M copy all ... ok
test_detect (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M detect ... ok
test_edges (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M edges ... ok
test_settings (tests.TestCase_YaesuFT2800M)
Testing Yaesu FT-2800M settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 banks ... ok
test_brute_force (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 brute force ... ok
test_clone (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 clone ... ok
test_copy_all (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 copy all ... ok
test_detect (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 detect ... ok
test_edges (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 edges ... ok
test_settings (tests.TestCase_YaesuFT60)
Testing Yaesu FT-60 settings ... ok
test_banks (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 banks ... ok
test_brute_force (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 brute force ... ok
test_clone (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 clone ... ok
test_copy_all (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 copy all ... ok
test_detect (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 detect ... ok
test_edges (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 edges ... ok
test_settings (tests.TestCase_YaesuVX2)
Testing Yaesu VX-2 settings ... ok
test_banks (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 brute force ... ok
test_clone (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 clone ... ok
test_copy_all (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 copy all ... ok
test_detect (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 detect ... ok
test_edges (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 edges ... ok
test_settings (tests.TestCase_RetevisRT9000D400490)
Testing Retevis RT9000D_400-490 settings ... ok
test_banks (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 brute force ... ok
test_clone (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 clone ... ok
test_copy_all (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 copy all ... ok
test_detect (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 detect ... ok
test_edges (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 edges ... ok
test_settings (tests.TestCase_LeixenVV898)
Testing Leixen VV-898 settings ... ok
test_banks (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H brute force ... ok
test_clone (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H clone ... ok
test_copy_all (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H copy all ... ok
test_detect (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H detect ... ok
test_edges (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H edges ... ok
test_settings (tests.TestCase_IcomIC2100H)
Testing Icom IC-2100H settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_RetevisRT622)
Testing Retevis RT622 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT622)
Testing Retevis RT622 brute force ... ok
test_clone (tests.TestCase_RetevisRT622)
Testing Retevis RT622 clone ... ok
test_copy_all (tests.TestCase_RetevisRT622)
Testing Retevis RT622 copy all ... ok
test_detect (tests.TestCase_RetevisRT622)
Testing Retevis RT622 detect ... ok
test_edges (tests.TestCase_RetevisRT622)
Testing Retevis RT622 edges ... ok
test_settings (tests.TestCase_RetevisRT622)
Testing Retevis RT622 settings ... ok
test_banks (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 brute force ... ok
test_clone (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 clone ... ok
test_copy_all (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 copy all ... ok
test_detect (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 detect ... ok
test_edges (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 edges ... ok
test_settings (tests.TestCase_BTECHUV50X3)
Testing BTECH UV-50X3 settings ... ok
test_banks (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R banks ... ok
test_brute_force (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R brute force ... ok
test_clone (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R clone ... ok
test_copy_all (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R copy all ... ok
test_detect (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R detect ... ok
test_edges (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R edges ... ok
test_settings (tests.TestCase_YaesuFT2900R1900R)
Testing Yaesu FT-2900R/1900R settings ... ok
test_banks (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E banks ... ok
test_brute_force (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E brute force ... ok
test_clone (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E clone ... ok
test_copy_all (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E copy all ... ok
test_detect (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E detect ... ok
test_edges (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E edges ... ok
test_settings (tests.TestCase_YaesuFT65E)
Testing Yaesu FT-65E settings ... ok
test_banks (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S brute force ... ok
test_clone (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S clone ... ok
test_copy_all (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S copy all ... ok
test_detect (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S detect ... ok
test_edges (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S edges ... ok
test_settings (tests.TestCase_LeixenVV898S)
Testing Leixen VV-898S settings ... ok
test_banks (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 brute force ... ok
test_clone (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 clone ... ok
test_copy_all (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 copy all ... ok
test_detect (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 detect ... ok
test_edges (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 edges ... ok
test_settings (tests.TestCase_RetevisRT9000D6688)
Testing Retevis RT9000D_66-88 settings ... ok
test_banks (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 banks ... ok
test_brute_force (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 brute force ... ok
test_clone (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 clone ... ok
test_copy_all (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 copy all ... ok
test_detect (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 detect ... ok
test_edges (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 edges ... ok
test_settings (tests.TestCase_YaesuVX3)
Testing Yaesu VX-3 settings ... ok
test_banks (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H banks ... ok
test_brute_force (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H brute force ... ok
test_clone (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H clone ... ok
test_copy_all (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H copy all ... ok
test_detect (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H detect ... ok
test_edges (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H edges ... ok
test_settings (tests.TestCase_IcomIC2200H)
Testing Icom IC-2200H settings ... ok
test_banks (tests.TestCase_RetevisRT668)
Testing Retevis RT668 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT668)
Testing Retevis RT668 brute force ... ok
test_clone (tests.TestCase_RetevisRT668)
Testing Retevis RT668 clone ... ok
test_copy_all (tests.TestCase_RetevisRT668)
Testing Retevis RT668 copy all ... ok
test_detect (tests.TestCase_RetevisRT668)
Testing Retevis RT668 detect ... ok
test_edges (tests.TestCase_RetevisRT668)
Testing Retevis RT668 edges ... skipped 'No mutable memory locations found'
test_settings (tests.TestCase_RetevisRT668)
Testing Retevis RT668 settings ... ok
test_banks (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 brute force ... ok
test_clone (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 clone ... ok
test_copy_all (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 copy all ... ok
test_detect (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 detect ... ok
test_edges (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 edges ... ok
test_settings (tests.TestCase_BTECHUV5X3)
Testing BTECH UV-5X3 settings ... ok
test_banks (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R banks ... ok
test_brute_force (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R brute force ... ok
test_clone (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R clone ... ok
test_copy_all (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R copy all ... ok
test_detect (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R detect ... ok
test_edges (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R edges ... ok
test_settings (tests.TestCase_YaesuFT65R)
Testing Yaesu FT-65R settings ... ok
test_banks (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D brute force ... ok
test_clone (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D clone ... ok
test_copy_all (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D copy all ... ok
test_detect (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D detect ... ok
test_edges (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D edges ... ok
test_settings (tests.TestCase_YaesuFT450D)
Testing Yaesu FT-450D settings ... ok
test_banks (tests.TestCase_RetevisRT95)
Testing Retevis RT95 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RetevisRT95)
Testing Retevis RT95 brute force ... ok
test_clone (tests.TestCase_RetevisRT95)
Testing Retevis RT95 clone ... ok
test_copy_all (tests.TestCase_RetevisRT95)
Testing Retevis RT95 copy all ... ok
test_detect (tests.TestCase_RetevisRT95)
Testing Retevis RT95 detect ... ok
test_edges (tests.TestCase_RetevisRT95)
Testing Retevis RT95 edges ... ok
test_settings (tests.TestCase_RetevisRT95)
Testing Retevis RT95 settings ... ok
test_banks (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H banks ... ok
test_brute_force (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H brute force ... ok
test_clone (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H clone ... ok
test_copy_all (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H copy all ... ok
test_detect (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H detect ... ok
test_edges (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H edges ... ok
test_settings (tests.TestCase_IcomIC2300H)
Testing Icom IC-2300H settings ... ok
test_banks (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 banks ... ok
test_brute_force (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 brute force ... ok
test_clone (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 clone ... ok
test_copy_all (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 copy all ... ok
test_detect (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 detect ... ok
test_edges (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 edges ... ok
test_settings (tests.TestCase_YaesuVX5)
Testing Yaesu VX-5 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 brute force ... ok
test_clone (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 clone ... ok
test_copy_all (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 copy all ... ok
test_detect (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 detect ... ok
test_edges (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 edges ... ok
test_settings (tests.TestCase_MidlandDBR2500)
Testing Midland DBR2500 settings ... ok
test_banks (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 brute force ... ok
test_clone (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 clone ... ok
test_copy_all (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 copy all ... ok
test_detect (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 detect ... ok
test_edges (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 edges ... ok
test_settings (tests.TestCase_RuggedRH5RV2)
Testing Rugged RH5R-V2 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D banks ... ok
test_brute_force (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D brute force ... ok
test_clone (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D clone ... ok
test_copy_all (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D copy all ... ok
test_detect (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D detect ... ok
test_edges (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D edges ... ok
test_settings (tests.TestCase_YaesuFT70D)
Testing Yaesu FT-70D settings ... ok
test_banks (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 banks ... ok
test_brute_force (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 brute force ... ok
test_clone (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 clone ... ok
test_copy_all (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 copy all ... ok
test_detect (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 detect ... ok
test_edges (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 edges ... ok
test_settings (tests.TestCase_YaesuVX6)
Testing Yaesu VX-6 settings ... ok
test_banks (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A brute force ... ok
test_clone (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A clone ... ok
test_copy_all (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A copy all ... ok
test_detect (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A detect ... ok
test_edges (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A edges ... ok
test_settings (tests.TestCase_TDXoneTDQ8A)
Testing TDXone TD-Q8A settings ... ok
test_banks (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M brute force ... ok
test_clone (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M clone ... ok
test_copy_all (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M copy all ... ok
test_detect (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M detect ... ok
test_edges (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M edges ... ok
test_settings (tests.TestCase_YaesuFT7100M)
Testing Yaesu FT-7100M settings ... ok
test_banks (tests.TestCase_TYTTH350)
Testing TYT TH-350 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH350)
Testing TYT TH-350 brute force ... ok
test_clone (tests.TestCase_TYTTH350)
Testing TYT TH-350 clone ... ok
test_copy_all (tests.TestCase_TYTTH350)
Testing TYT TH-350 copy all ... ok
test_detect (tests.TestCase_TYTTH350)
Testing TYT TH-350 detect ... ok
test_edges (tests.TestCase_TYTTH350)
Testing TYT TH-350 edges ... ok
test_settings (tests.TestCase_TYTTH350)
Testing TYT TH-350 settings ... ok
test_banks (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 banks ... ok
test_brute_force (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 brute force ... ok
test_clone (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 clone ... ok
test_copy_all (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 copy all ... ok
test_detect (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 detect ... ok
test_edges (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 edges ... ok
test_settings (tests.TestCase_YaesuVX7)
Testing Yaesu VX-7 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 banks ... ok
test_brute_force (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 brute force ... ok
test_clone (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 clone ... ok
test_copy_all (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 copy all ... ok
test_detect (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 detect ... ok
test_edges (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 edges ... ok
test_settings (tests.TestCase_YaesuFT78007900)
Testing Yaesu FT-7800/7900 settings ... ok
test_banks (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 brute force ... ok
test_clone (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 clone ... ok
test_copy_all (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 copy all ... ok
test_detect (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 detect ... ok
test_edges (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 edges ... ok
test_settings (tests.TestCase_TYTTH7800)
Testing TYT TH-7800 settings ... ok
test_banks (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 brute force ... ok
test_clone (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 clone ... ok
test_copy_all (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 copy all ... ok
test_detect (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 detect ... ok
test_edges (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 edges ... ok
test_settings (tests.TestCase_YaesuFT817)
Testing Yaesu FT-817 settings ... ok
test_banks (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR banks ... ok
test_brute_force (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR brute force ... ok
test_clone (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR clone ... ok
test_copy_all (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR copy all ... ok
test_detect (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR detect ... ok
test_edges (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR edges ... ok
test_settings (tests.TestCase_YaesuVX8DR)
Testing Yaesu VX-8DR settings ... ok
test_banks (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 brute force ... ok
test_clone (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 clone ... ok
test_copy_all (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 copy all ... ok
test_detect (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 detect ... ok
test_edges (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 edges ... ok
test_settings (tests.TestCase_TYTTH9800)
Testing TYT TH-9800 settings ... ok
test_banks (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND brute force ... ok
test_clone (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND clone ... ok
test_copy_all (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND copy all ... ok
test_detect (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND detect ... ok
test_edges (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND edges ... ok
test_settings (tests.TestCase_YaesuFT817ND)
Testing Yaesu FT-817ND settings ... ok
test_banks (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 brute force ... ok
test_clone (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 clone ... ok
test_copy_all (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 copy all ... ok
test_detect (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 detect ... ok
test_edges (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 edges ... ok
test_settings (tests.TestCase_TYTTHUV3R25)
Testing TYT TH-UV3R-25 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE banks ... ok
test_brute_force (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE brute force ... ok
test_clone (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE clone ... ok
test_copy_all (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE copy all ... ok
test_detect (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE detect ... ok
test_edges (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE edges ... ok
test_settings (tests.TestCase_YaesuVX8GE)
Testing Yaesu VX-8GE settings ... ok
test_banks (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R brute force ... ok
test_clone (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R clone ... ok
test_copy_all (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R copy all ... ok
test_detect (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R detect ... ok
test_edges (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R edges ... ok
test_settings (tests.TestCase_TYTTHUV3R)
Testing TYT TH-UV3R settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) brute force ... ok
test_clone (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) clone ... ok
test_copy_all (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) copy all ... ok
test_detect (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) detect ... ok
test_edges (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) edges ... ok
test_settings (tests.TestCase_YaesuFT817NDUS)
Testing Yaesu FT-817ND (US) settings ... ok
test_banks (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 brute force ... ok
test_clone (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 clone ... ok
test_copy_all (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 copy all ... ok
test_detect (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 detect ... ok
test_edges (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 edges ... ok
test_settings (tests.TestCase_TYTTHUV8000)
Testing TYT TH-UV8000 settings ... ok
test_banks (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 brute force ... ok
test_clone (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 clone ... ok
test_copy_all (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 copy all ... ok
test_detect (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 detect ... ok
test_edges (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 edges ... ok
test_settings (tests.TestCase_YaesuFT818)
Testing Yaesu FT-818 settings ... ok
test_banks (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 brute force ... ok
test_clone (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 clone ... ok
test_copy_all (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 copy all ... ok
test_detect (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 detect ... ok
test_edges (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 edges ... ok
test_settings (tests.TestCase_TYTTHUV88)
Testing TYT TH-UV88 settings ... ok
test_banks (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R banks ... ok
test_brute_force (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R brute force ... ok
test_clone (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R clone ... ok
test_copy_all (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R copy all ... ok
test_detect (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R detect ... ok
test_edges (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R edges ... ok
test_settings (tests.TestCase_YaesuVX8R)
Testing Yaesu VX-8R settings ... ok
test_banks (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 brute force ... ok
test_clone (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 clone ... ok
test_copy_all (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 copy all ... ok
test_detect (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 detect ... ok
test_edges (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 edges ... ok
test_settings (tests.TestCase_TYTTHUVF1)
Testing TYT TH-UVF1 settings ... ok
test_banks (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 brute force ... ok
test_clone (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 clone ... ok
test_copy_all (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 copy all ... ok
test_detect (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 detect ... ok
test_edges (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 edges ... ok
test_settings (tests.TestCase_YaesuFT857897)
Testing Yaesu FT-857/897 settings ... ok
test_banks (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 brute force ... ok
test_clone (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 clone ... ok
test_copy_all (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 copy all ... ok
test_detect (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 detect ... ok
test_edges (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 edges ... ok
test_settings (tests.TestCase_TYTTH9000144)
Testing TYT TH9000_144 settings ... ok
test_banks (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) brute force ... ok
test_clone (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) clone ... ok
test_copy_all (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) copy all ... ok
test_detect (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) detect ... ok
test_edges (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) edges ... ok
test_settings (tests.TestCase_YaesuFT857897US)
Testing Yaesu FT-857/897 (US) settings ... ok
test_banks (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 banks ... ok
test_brute_force (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 brute force ... ok
test_clone (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 clone ... ok
test_copy_all (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 copy all ... ok
test_detect (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 detect ... ok
test_edges (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 edges ... ok
test_settings (tests.TestCase_YaesuFT8800)
Testing Yaesu FT-8800 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 banks ... skipped 'Banks not supported'
test_brute_force (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 brute force ... ok
test_clone (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 clone ... ok
test_copy_all (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 copy all ... ok
test_detect (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 detect ... ok
test_edges (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 edges ... ok
test_settings (tests.TestCase_YaesuFT8900)
Testing Yaesu FT-8900 settings ... skipped 'Settings not supported'
test_banks (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D banks ... ok
test_brute_force (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D brute force ... ok
test_clone (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D clone ... ok
test_copy_all (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D copy all ... ok
test_detect (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D detect ... ok
test_edges (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D edges ... ok
test_settings (tests.TestCase_YaesuFT2D)
Testing Yaesu FT2D settings ... ok
----------------------------------------------------------------------
Ran 1295 tests in 508.707s
OK (skipped=196)
struct memory {
bbcd rx_freq[4];
bbcd tx_freq[4];
lbcd rx_tone[2];
lbcd tx_tone[2];
u8 unknown10:5,
highpower:1,
unknown11:2;
u8 unknown20:4,
narrow:1,
unknown21:3;
u8 unknown31:1,
scanadd:1,
unknown32:6;
u8 unknown4;
};
struct name {
char name[7];
};
#seekto 0x0010;
struct memory channels[128];
#seekto 0x08C0;
struct name names[128];
#seekto 0x2020;
struct memory vfo1;
struct memory vfo2;
style create: /chirp/.tox/style
style installdeps: pep8==1.6.2, future
style inst: /chirp/.tox/.tmp/package/1/chirp-0.3.0dev.zip
style installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.,chirp==0.3.0.dev0,configparser==3.7.4,contextlib2==0.5.5,filelock==3.0.12,future==0.15.2,importlib-metadata==0.18,Mako==1.0.3,MarkupSafe==0.23,mercurial==3.7.3,packaging==19.0,pathlib2==2.3.4,pep8==1.6.2,pluggy==0.12.0,py==1.8.0,pygobject==3.20.0,pyparsing==2.4.0,pyserial==3.0.1,scandir==1.10.0,six==1.12.0,toml==0.10.0,tox==3.13.2,virtualenv==16.6.1,zipp==0.5.2
style run-test-pre: PYTHONHASHSEED='1222210779'
style run-test: commands[0] | python ./tools/cpep8.py
___________________________________ summary ____________________________________
unit: commands succeeded
driver: commands succeeded
style: commands succeeded
congratulations :)
Email was triggered for: Success
Sending email for trigger: Success
1
0
[chirp_devel] Consider uploading one of the Python3 Chirp projects to replace deprecated Python2 based Chirp in Debian's "testing" repo
by David Ranch 08 Jun '22
by David Ranch 08 Jun '22
08 Jun '22
I saw the following deprecation come in from the Debian packaging
system. I'm curious if any of the Python3 efforts might be stable
enough (even if they just have CLI support for now) to be submitted to
replace this original source code?
--David
KI6ZHD
-------- Forwarded Message --------
Subject: chirp is marked for autoremoval from testing
Resent-Date: Wed, 8 Jun 2022 04:57:21 +0000 (UTC)
Resent-From: debian-hams(a)lists.debian.org
Date: Wed, 08 Jun 2022 04:39:08 +0000
From: Debian testing autoremoval watch <noreply(a)release.debian.org>
To: chirp(a)packages.debian.org
chirp 1:20200227+py3+20200213-3 is marked for autoremoval from testing on 2022-06-23
It (build-)depends on packages with these RC bugs:
1010820: pypdf2, src:bookletimposer: pypdf2 breaks bookletimposer autopkgtest: Can't get Fields array
https://bugs.debian.org/1010820
1010821: pypdf2, src:xml2rfc: pypdf2 breaks xml2rfc autopkgtest: lxml.etree.XMLSyntaxError: PCDATA invalid Char value 1
https://bugs.debian.org/1010821
1011697: wxpython4.0: FTBFS: ImportError: cannot import name 'parse' from 'sipbuild.code_generator' (/usr/lib/python3/dist-packages/sipbuild/code_generator.abi3.so)
https://bugs.debian.org/1011697
This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/ma…
Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gath…
2
2