コード例 #1
0
/**
 * Add route with all options
 */
LONGBOW_TEST_CASE(Global, cpiForwarding_AddRoute_1)
{
    // The JSON representation depends on the system sockaddr_in format, which
    // varies platform to platform.
#if defined(__APPLE__)
    char truth_format[] = "{\"CPI_REQUEST\":{\"SEQUENCE\":%" PRIu64 ",\"REGISTER\":{\"PREFIX\":\"lci:/howdie/stranger\",\"INTERFACE\":55,\"FLAGS\":0,\"NEXTHOP\":{\"ADDRESSTYPE\":\"INET\",\"DATA\":\"AAIAAAQDAgEAAAAAAAAAAA==\"},\"PROTOCOL\":\"STATIC\",\"ROUTETYPE\":\"LONGEST\",\"COST\":200,\"LIFETIME\":[3600,0]}}}";
#elif defined(__linux__)
    char truth_format[] = "{\"CPI_REQUEST\":{\"SEQUENCE\":%" PRIu64 ",\"REGISTER\":{\"PREFIX\":\"lci:/howdie/stranger\",\"INTERFACE\":55,\"FLAGS\":0,\"NEXTHOP\":{\"ADDRESSTYPE\":\"INET\",\"DATA\":\"AgAAAAQDAgEAAAAAAAAAAA==\"},\"PROTOCOL\":\"STATIC\",\"ROUTETYPE\":\"LONGEST\",\"COST\":200,\"LIFETIME\":[3600,0]}}}";
#else
    // Case 1033
    testUnimplemented("Platform not supported");
    return;
#endif

    char truth[1024];

    CCNxName *prefix = ccnxName_CreateFromURI("lci:/howdie/stranger");
    unsigned ifidx = 55;
    CPIAddress *nexthop = cpiAddress_CreateFromInet(&(struct sockaddr_in) { .sin_addr.s_addr = 0x01020304 });
コード例 #2
0
ファイル: test_parc_Notifier.c プロジェクト: PARC/Libparc
LONGBOW_TEST_CASE(Global, parcNotifier_Acquire)
{
    testUnimplemented("");
}
コード例 #3
0
ファイル: test_parc_Stopwatch.c プロジェクト: PARC/Libparc
LONGBOW_TEST_CASE(Object,  parcStopwatch_Compare)
{
    testUnimplemented("");

}
コード例 #4
0
LONGBOW_TEST_CASE(Local, metisControl_ListRoutes_Execute)
{
    testUnimplemented("");
}
コード例 #5
0
LONGBOW_TEST_CASE(Global, ccnxMetaMessage_Release)
{
    testUnimplemented("");
}
コード例 #6
0
LONGBOW_TEST_CASE(Global, ccnxMetaMessage_IsControl)
{
    testUnimplemented("");
}
コード例 #7
0
LONGBOW_TEST_CASE(Object,  parcFutureTask_Compare)
{
    testUnimplemented("");

}
コード例 #8
0
ファイル: test_parc_ThreadPool.c プロジェクト: PARC/Libparc
LONGBOW_TEST_CASE(Object,  parcThreadPool_Compare)
{
    testUnimplemented("");

}
コード例 #9
0
ファイル: test_parc_Properties.c プロジェクト: isolis/Libparc
LONGBOW_TEST_CASE(Global,  parcProperties_Compare)
{
    testUnimplemented("");

}
コード例 #10
0
ファイル: test_metis_Message.c プロジェクト: PARC/Metis
LONGBOW_TEST_CASE(Global, metisMessage_HasGetCertificate)
{
    testUnimplemented("Need test data with an encoded certificate.");
}
コード例 #11
0
ファイル: test_metis_Message.c プロジェクト: PARC/Metis
LONGBOW_TEST_CASE(Global, metisMessage_IsPublicKeyVerified_True)
{
    testUnimplemented("Verification of KeyIds in ContentObjects is not yet implemented.");
}
コード例 #12
0
ファイル: test_metis_FibEntry.c プロジェクト: isolis/Metis
LONGBOW_TEST_CASE(Global, metisFibEntry_SetStrategy)
{
    testUnimplemented("This test is unimplemented");
}
コード例 #13
0
LONGBOW_TEST_CASE(Object, athenaLRUContentStore_Compare)
{
    testUnimplemented("");
}
コード例 #14
0
LONGBOW_TEST_CASE(Local, _athenaLRUContentStore_RemoveMatch)
{
    testUnimplemented("_athenaLRUContentStore_RemoveMatch not yet implemented");
}
コード例 #15
0
ファイル: test_parc_Notifier.c プロジェクト: PARC/Libparc
LONGBOW_TEST_CASE(Global, parcNotifier_Create_Release)
{
    testUnimplemented("");
}
コード例 #16
0
ファイル: test_parc_Notifier.c プロジェクト: PARC/Libparc
LONGBOW_TEST_CASE(Global, parcNotifier_StartEvents)
{
    testUnimplemented("unimplemented");
}
コード例 #17
0
ファイル: test_parc_Properties.c プロジェクト: isolis/Libparc
LONGBOW_TEST_CASE(Global, parcProperties_HashCode)
{
    testUnimplemented("");

}
コード例 #18
0
LONGBOW_TEST_CASE(openssl_commandline, parcPkcs12KeyStore_VerifySignature_Cert)
{
    testUnimplemented("Not Implemented");
}
コード例 #19
0
LONGBOW_TEST_CASE(Global, ccnxMetaMessage_Display)
{
    testUnimplemented("");
}