Skip to content

Commit

Permalink
Get bindings host from pulp-smash
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Mar 18, 2020
1 parent 5274f67 commit 5a3a47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/6339.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Get bindings host from pulp-smash
3 changes: 2 additions & 1 deletion pulp_rpm/tests/functional/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from time import sleep
from tempfile import NamedTemporaryFile

from pulp_smash import api, cli, selectors
from pulp_smash import api, cli, config, selectors
from pulp_smash.pulp3.utils import (
gen_remote,
get_content,
Expand All @@ -34,6 +34,7 @@


configuration = Configuration()
configuration.host = config.get_config().get_base_url()
configuration.username = "admin"
configuration.password = "password"
configuration.safe_chars_for_path_param = "/"
Expand Down

0 comments on commit 5a3a47d

Please sign in to comment.