86cc9c2 tests: test_rpc: Create connection for the current thread

Authored and Committed by tbabej 8 years ago
    tests: test_rpc: Create connection for the current thread
    
    Both context.xmlclient and context.xmlclient_<id> need to be created
    in order to successfully call the Command.forward method.
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>