aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mpcap.py
blob: d77b543799f198464a075371fcbdffa183b78ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/usr/bin/env python3

import unittest

from framework import VppTestCase, VppTestRunner, running_extended_tests
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
import os


class TestMpcap(VppTestCase):
    """ Mpcap Unit Test Cases """

    @classmethod
    def setUpClass(cls):
        super(TestMpcap, cls).setUpClass()

    @classmethod
    def tearDownClass(cls):
        super(TestMpcap, cls).tearDownClass()

    def setUp(self):
        super(TestMpcap, self).setUp()

    def tearDown(self):
        super(TestMpcap, self).tearDown()

    def test_mpcap_unittest(self):
        """ Mapped pcap file test """
        cmds = ["packet-generator new {\n"
                " name mpcap\n"
                " limit 15\n"
                " size 128-128\n"
                " interface local0\n"
                " node mpcap-unittest\n"
                " data {\n"
                "   IP6: 00:d0:2d:5e:86:85 -> 00:0d:ea:d0:00:00\n"
                "   ICMP: db00::1 -> db00::2\n"
                "   incrementing 30\n"
                "   }\n",
                "trace add pg-input 15",
                "pa en",
                "show trace",
                "show error"]

        for cmd in cmds:
            self.logger.info(self.vapi.cli(cmd))

        size = os.path.getsize("/tmp/mpcap_unittest.pcap")
        os.remove("/tmp/mpcap_unittest.pcap")
        if size != 2184:
            self.logger.critical("BUG: file size %d not 2184" % size)
            self.assertNotIn('WrongMPCAPFileSize', 'WrongMPCAPFileSize')

if __name__ == '__main__':
    unittest.main(testRunner=VppTestRunner)
class="n">EXDEV, "Cross-device link") _ (ENODEV, "No such device") _ (ENOTDIR, "Not a directory") _ (EISDIR, "Is a directory") _ (EINVAL, "Invalid argument") _ (ENFILE, "File table overflow") _ (EMFILE, "Too many open files") _ (ENOTTY, "Not a typewriter") _ (ETXTBSY, "Text file busy") _ (EFBIG, "File too large") _ (ENOSPC, "No space left on device") _ (ESPIPE, "Illegal seek") _ (EROFS, "Read-only file system") _ (EMLINK, "Too many links") _ (EPIPE, "Broken pipe") _ (EDOM, "Math argument out of domain of func") _ (ERANGE, "Math result not representable") _ (EDEADLK, "Resource deadlock would occur") _ (ENAMETOOLONG, "File name too long") _ (ENOLCK, "No record locks available") _ (ENOSYS, "Function not implemented") _ (ENOTEMPTY, "Directory not empty") _ (ELOOP, "Too many symbolic links encountered") _ (EWOULDBLOCK, "Operation would block") _ (ENOMSG, "No message of desired type") _ (EIDRM, "Identifier removed") _ (ECHRNG, "Channel number out of range") _ (EL2NSYNC, "Level 2 not synchronized") _ (EL3HLT, "Level 3 halted") _ (EL3RST, "Level 3 reset") _ (ELNRNG, "Link number out of range") _ (EUNATCH, "Protocol driver not attached") _ (ENOCSI, "No CSI structure available") _ (EL2HLT, "Level 2 halted") _ (EBADE, "Invalid exchange") _ (EBADR, "Invalid request descriptor") _ (EXFULL, "Exchange full") _ (ENOANO, "No anode") _ (EBADRQC, "Invalid request code") _ (EBADSLT, "Invalid slot") _ (EBFONT, "Bad font file format") _ (ENOSTR, "Device not a stream") _ (ENODATA, "No data available") _ (ETIME, "Timer expired") _ (ENOSR, "Out of streams resources") _ (ENONET, "Machine is not on the network") _ (ENOPKG, "Package not installed") _ (EREMOTE, "Object is remote") _ (ENOLINK, "Link has been severed") _ (EADV, "Advertise error") _ (ESRMNT, "Srmount error") _ (ECOMM, "Communication error on send") _ (EPROTO, "Protocol error") _ (EMULTIHOP, "Multihop attempted") _ (EDOTDOT, "RFS specific error") _ (EBADMSG, "Not a data message") _ (EOVERFLOW, "Value too large for defined data type") _ (ENOTUNIQ, "Name not unique on network") _ (EBADFD, "File descriptor in bad state") _ (EREMCHG, "Remote address changed") _ (ELIBACC, "Can not access a needed shared library") _ (ELIBBAD, "Accessing a corrupted shared library") _ (ELIBSCN, "lib section in a.out corrupted") _ (ELIBMAX, "Attempting to link in too many shared libraries") _ (ELIBEXEC, "Cannot exec a shared library directly") _ (EILSEQ, "Illegal byte sequence") _ (ERESTART, "Interrupted system call should be restarted") _ (ESTRPIPE, "Streams pipe error") _ (EUSERS, "Too many users") _ (ENOTSOCK, "Socket operation on non-socket") _ (EDESTADDRREQ, "Destination address required") _ (EMSGSIZE, "Message too long") _ (EPROTOTYPE, "Protocol wrong type for socket") _ (ENOPROTOOPT, "Protocol not available") _ (EPROTONOSUPPORT, "Protocol not supported") _ (ESOCKTNOSUPPORT, "Socket type not supported") _ (EOPNOTSUPP, "Operation not supported on transport endpoint") _ (EPFNOSUPPORT, "Protocol family not supported") _ (EAFNOSUPPORT, "Address family not supported by protocol") _ (EADDRINUSE, "Address already in use") _ (EADDRNOTAVAIL, "Cannot assign requested address") _ (ENETDOWN, "Network is down") _ (ENETUNREACH, "Network is unreachable") _ (ENETRESET, "Network dropped connection because of reset") _ (ECONNABORTED, "Software caused connection abort") _ (ECONNRESET, "Connection reset by peer") _ (ENOBUFS, "No buffer space available") _ (EISCONN, "Transport endpoint is already connected") _ (ENOTCONN, "Transport endpoint is not connected") _ (ESHUTDOWN, "Cannot send after transport endpoint shutdown") _ (ETOOMANYREFS, "Too many references: cannot splice") _ (ETIMEDOUT, "Connection timed out") _ (ECONNREFUSED, "Connection refused") _ (EHOSTDOWN, "Host is down") _ (EHOSTUNREACH, "No route to host") _ (EALREADY, "Operation already in progress") _ (EINPROGRESS, "Operation now in progress") _ (ESTALE, "Stale NFS file handle") _ (EUCLEAN, "Structure needs cleaning") _ (ENOTNAM, "Not a XENIX named type file") _ (ENAVAIL, "No XENIX semaphores available") _ (EISNAM, "Is a named type file") _ (EREMOTEIO, "Remote I/O error") _ (EDQUOT, "Quota exceeded") _ (ENOMEDIUM, "No medium found") _ (EMEDIUMTYPE, "Wrong medium type")