1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_TEST_TEST_BACKEND_STF_H_
2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_TEST_TEST_BACKEND_STF_H_
4#include "backends/p4tools/modules/testgen/targets/bmv2/test_backend/stf.h"
5#include "backends/p4tools/modules/testgen/test/gtest_utils.h"
9using TestBackendConfiguration = P4Tools::P4Testgen::TestBackendConfiguration;
10using Packet = P4Tools::P4Testgen::Packet;
11using ActionArg = P4Tools::P4Testgen::ActionArg;
12using ActionCall = P4Tools::P4Testgen::ActionCall;
13using Exact = P4Tools::P4Testgen::Exact;
14using Ternary = P4Tools::P4Testgen::Ternary;
15using TableMatch = P4Tools::P4Testgen::TableMatch;
16using TableMatchMap = P4Tools::P4Testgen::TableMatchMap;
17using TableRule = P4Tools::P4Testgen::TableRule;
18using TableConfig = P4Tools::P4Testgen::TableConfig;
19using TestSpec = P4Tools::P4Testgen::TestSpec;
20using STF = P4Tools::P4Testgen::Bmv2::STF;
25 TableConfig getForwardTableConfig();
26 TableConfig getIPRouteTableConfig();
27 TableConfig gettest1TableConfig();
28 TableConfig gettest1TableConfig2();
Helper methods to build configurations for STF Tests.
Definition bmv2/test/test_backend/stf.h:23