Actions
Issue #4482
closedpulplift pulp-smash config is rejected by pulp-smash
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Dev Environment
Sprint:
Quarter:
Description
On a vanilla pulplift vagrant up when I run the unit tests all is fine. When I run the functional tests of pulpcore I get this error for every test:
======================================================================
ERROR: setUpModule (pulpcore.tests.functional.api.using_plugin.test_unlinking_repo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vagrant/devel/pulp/pulpcore/tests/functional/api/using_plugin/utils.py", line 31, in set_up_module
require_pulp_3(SkipTest)
File "/usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_smash/pulp3/utils.py", line 26, in require_pulp_3
cfg = config.get_config()
File "/usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_smash/config.py", line 274, in get_config
_CONFIG = PulpSmashConfig.load()
File "/usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_smash/config.py", line 554, in load
loaded_config = json.load(handle)
File "/usr/lib64/python3.6/json/__init__.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/usr/lib64/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python3.6/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 35 column 1 (char 639)
Actions