canonical-certification-server tracedumps when attempting to submit results
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Critical
|
Sylvain Pineau |
Bug Description
After a test run, I ran into a minor issue and a major issue when trying to submit results.
First, the minor issue: I had to hit 'y' twice to get plainbox to prompt me for the SecureID
The major issue is that after I entered the SID, pain box crashed with a traceback. here's the output showing both:Saving submission file to /root/.
View results (HTML): file://
Submit results to certification.
Submit results to certification.
Secure ID: a00D000000LU9Jd
Executable 'checkbox' invoked with Namespace(c3_url='https:/
Traceback (most recent call last):
File "/usr/lib/
return self.dispatch_
File "/usr/lib/
return ns.command.
File "/usr/lib/
self.settings, ns).run()
File "/usr/lib/
return self._run_jobs(ns, job_list)
File "/usr/lib/
self.
File "/usr/lib/
self.
AttributeError: 'CertificationI
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
Certificati
File "/usr/lib/
return self.dispatch_
File "/usr/lib/
return self.dispatch_
File "/usr/lib/
return ns.command.
File "/usr/lib/
self.settings, ns).run()
File "/usr/lib/
return self._run_jobs(ns, job_list)
File "/usr/lib/
self.
File "/usr/lib/
self.
AttributeError: 'CertificationI
root@tester:~#
Related branches
- Sylvain Pineau (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedcheckbox-ng/checkbox_ng/commands/certification.py (+1/-1)
Changed in checkbox: | |
assignee: | nobody → Sylvain Pineau (sylvain-pineau) |
status: | New → Confirmed |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
milestone: | none → plainbox-0.5 |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
it's submit_results, not _submit_results, what a shame...