Lines Matching refs:content
109 content = filter(
111 json_str = json.dumps(dict(content))
121 content = json.load(f)
122 cls.hdc_exe = content.get("hdc_exe")
123 cls.local_path = content.get("local_path")
124 cls.remote_path = content.get("remote_path")
125 cls.remote_ip = content.get("remote_ip")
126 cls.hdc_head = content.get("hdc_head")
127 cls.tmode = content.get("tmode")
128 cls.device_name = content.get("device_name")
129 cls.changed_testcase = content.get("changed_testcase")
130 cls.testcase_path = content.get("testcase_path")
131 cls.loaded_testcase = content.get("load_testcase")