Go to the source code of this file.
Namespaces | |
namespace | AttachDetachRTCTest |
Functions | |
def | AttachDetachRTCTest.leak_check |
memory leak check | |
def | AttachDetachRTCTest.mem_rss |
def | AttachDetachRTCTest.print_file_and_cons |
file and console out | |
Variables | |
list | AttachDetachRTCTest.compo0 = ns.rtc_handles["ConsoleOut0.rtc"] |
list | AttachDetachRTCTest.compo1 = ns.rtc_handles["ConsoleIn0.rtc"] |
tuple | AttachDetachRTCTest.ec = compo0.rtc_ref.get_owned_contexts() |
tuple | AttachDetachRTCTest.ec_id = compo0.rtc_ref.attach_context(ec[0]) |
tuple | AttachDetachRTCTest.env = RtmEnv(sys.argv, ["localhost:9898"]) |
string | AttachDetachRTCTest.fodat = "=== " |
tuple | AttachDetachRTCTest.fout = open(test_case + ".log", 'w') |
list | AttachDetachRTCTest.list0 = env.name_space["localhost:9898"] |
int | AttachDetachRTCTest.loop_cnt = 1000 |
list | AttachDetachRTCTest.ns = env.name_space['localhost:9898'] |
tuple | AttachDetachRTCTest.retcode = compo0.rtc_ref.detach_context(ec_id) |
tuple | AttachDetachRTCTest.rss0 = mem_rss() |
tuple | AttachDetachRTCTest.rss1 = mem_rss() |
tuple | AttachDetachRTCTest.rssEnd = mem_rss() |
list | AttachDetachRTCTest.seqin0 = ns.rtc_handles["SequenceInComponent0.rtc"] |
string | AttachDetachRTCTest.test_case = "AttachDetachRTCTest" |
file out setting |