[virt-tools-list] [virt-manager] [PATCH] tests: uriparse: Test for @ symbol in username

Cedric Bosdonnat cbosdonnat at suse.com
Wed Apr 18 07:21:50 UTC 2018


On Wed, 2018-04-18 at 07:31 +0100, Radostin Stoyanov wrote:
> Add test case for URI that contains the @ symbol in username.
> 
> Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
> ---
>  tests/uriparse.py | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/uriparse.py b/tests/uriparse.py
> index 5f733820..e2e713e7 100644
> --- a/tests/uriparse.py
> +++ b/tests/uriparse.py
> @@ -49,3 +49,7 @@ class TestURI(unittest.TestCase):
>              "qemu+ssh://foo%5Cbar@hostname/system",
>              scheme="qemu", path="/system", transport="ssh",
>              hostname="hostname", username="foo\\bar")
> +        self._compare(
> +            "qemu+ssh://user%40domain.org@hostname/system",
> +            scheme="qemu", path="/system", transport="ssh",
> +            hostname="hostname", username="user at domain.org")

ACK

--
Cedric




More information about the virt-tools-list mailing list