Although this reduces the number of unittest errors on
frontend/afe/rpc_interface_unittest.py
There's still one left, as the unittest show:
======================================================================
ERROR: test_parameterized_job
(autotest.frontend.afe.rpc_interface_unittest.RpcInterfaceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/lmr/Code/autotest.git/autotest/frontend/afe/rpc_interface_unittest.py",
line 342, in test_parameterized_job
profile_only=False, hosts=('host1',), profiles=('rhel6',))
File "/home/lmr/Code/autotest.git/autotest/frontend/afe/rpc_interface.py",
line 572, in create_parameterized_job
**rpc_utils.get_create_job_common_args(args))
File "/home/lmr/Code/autotest.git/autotest/frontend/afe/rpc_utils.py",
line 759, in create_job_common
atomic_group=atomic_group)
File "/home/lmr/Code/autotest.git/autotest/frontend/afe/rpc_utils.py",
line 465, in create_new_job
all_profiles = profiles + metahost_profiles
TypeError: can only concatenate tuple (not "list") to tuple
So this would preferably be integrated to the bugfix series so we can
get everything running smoothly again.
Thanks for all this work, Nish!
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel