Fixes: https://tracker.ceph.com/issues/44456
Signed-off-by: Xiubo Li <xiubli@redhat.com>
from teuthology import misc
from teuthology.orchestra.run import Raw, quote
from teuthology.orchestra.daemon import DaemonGroup
+from teuthology.orchestra.remote import Remote
from teuthology.config import config as teuth_config
import six
import logging
Run this inside your src/ dir!
"""
+ os = Remote.os
+ arch = Remote.arch
+
def __init__(self):
self.name = "local"
self.hostname = "localhost"