Go to the source code of this file.
Classes | |
class | ServiceProfileSDOPackageTest.SDOServiceMock |
Dummy class of SDOService_impl. More... | |
Namespaces | |
ServiceProfileSDOPackageTest | |
Functions | |
def | ServiceProfileSDOPackageTest.leak_check (rss_start, rss_end) |
memory leak check More... | |
def | ServiceProfileSDOPackageTest.mem_rss () |
def | ServiceProfileSDOPackageTest.print_file_and_cons (out_data, out_flag=0) |
file and console out More... | |
Variables | |
ServiceProfileSDOPackageTest.a0 = ns.rtc_handles["a.rtc"] | |
ServiceProfileSDOPackageTest.config = a0.rtc_ref.get_configuration() | |
ServiceProfileSDOPackageTest.env = RtmEnv(sys.argv, ["localhost:9898"]) | |
string | ServiceProfileSDOPackageTest.fodat = "=== " |
More... | |
ServiceProfileSDOPackageTest.fout = open(test_case + ".log", 'w') | |
ServiceProfileSDOPackageTest.listo = env.name_space["localhost:9898"].list_obj() | |
Create Composite RTC. More... | |
int | ServiceProfileSDOPackageTest.loop_cnt = 1000 |
ServiceProfileSDOPackageTest.manager = naming.resolve(mgr_name)._narrow(RTM.Manager) | |
string | ServiceProfileSDOPackageTest.mgr_name = socket.gethostname()+".host_cxt/manager.mgr" |
Get Manager object reference. More... | |
ServiceProfileSDOPackageTest.naming = CorbaNaming(env.orb, "localhost:9898") | |
ServiceProfileSDOPackageTest.ns = env.name_space['localhost:9898'] | |
int | ServiceProfileSDOPackageTest.rss0 = 0 |
Configuration::add_service_profile (in ServiceProfile sProfile);. More... | |
ServiceProfileSDOPackageTest.rss1 = i | |
ServiceProfileSDOPackageTest.rssEnd = mem_rss() | |
ServiceProfileSDOPackageTest.rssStart | |
ServiceProfileSDOPackageTest.sdomock = SDOServiceMock()._this() | |
ServiceProfileSDOPackageTest.svcProf = SDOPackage.ServiceProfile("ID 1", "INTERFACE_TYPE 1", [], sdomock) | |
ServiceProfileSDOPackageTest.svcprofs = a0.rtc_ref.get_service_profiles() | |
string | ServiceProfileSDOPackageTest.test_case = "ServiceProfileSDOPackageTest" |
file out setting More... | |