This bug was fixed in the package freerdp2 - 2.11.5+dfsg1-1ubuntu1
---
freerdp2 (2.11.5+dfsg1-1ubuntu1) oracular; urgency=medium
* d/tests: Create autopkgtest that checks whether the client
can connect to a XRDP server via Freerdp2 and that the login
screen really shows up (
After a quick chmod +x, it works on my local machine with a lxd runner.
However, I think it's best to just add the needs-sudo restriction since
you're actually using it.
I've sponsored the upload (with the needs-sudo tag added).
** Changed in: freerdp2 (Ubuntu)
Status: New => Fix Committed
** Changed in: freerdp2 (Ubuntu)
Status: In Progress => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060976
Title:
Create autopkgtest
To manage notifications about this bug go to:
http
For me, both the Launchpad runner and a local test with
autopkgtest -B . -- null
succeed if I delete the
sudo systemctl start xrdp
line. I must have misremembered when I wrote #3. Do you observe failure in any
of your environments if you delete that line?
--
You received this bug notifica
I do like the addition of the compare test; it's a bit "magic" but the
fact it's comparing against an image from the actual installation
(/usr/share/xrdp/xrdp_logo.bmp) does demonstrate the operation of the
package very nicely.
I did try and run the tests locally under autopkgtest but unfortunatel
1. Fixed.
2. I'm hard coding it, we need to trust upstream to never change that
value.
3. No longer applies.
> Do you know of
> something else that could exercise this rdp service at least a little
> bit more?
In this new patch I take a screen shot of the X framebuffer to check that it
really c
1/ d/changelog should refer to oracular now, not noble
2.
+# XXX: Is there a better way to get the port number other than by parsing the
+# configuration file?
+port=$(sed -n '/^port=[0123456789]/{s/port=//p;q;}' /etc/xrdp/xrdp.ini)
Does the port change randomly, or is it always 3389 on a fresh
There are issues with the proposed diff.
1. the d/changelog entry is not descriptive of what the added test does.
Please add something like (you'll know better):
* d/tests: add basic connection test (LP: #)
2. the debdiff adds d/t/a.sh which is unused.
3. d/t/connect: better not specify sh
** Patch added: "freerdp2.diff"
https://bugs.launchpad.net/ubuntu/+source/freerdp2/+bug/2060976/+attachment/5763791/+files/freerdp2.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060976
Title