aya/test/integration-test
Tyrone Wu 82fae0ee21
aya: add feature probing for map type
Add API that probes whether kernel supports a map type.

Assertion for `InodeStorage` are disabled because they require
CONFIG_BPF_LSM to be enabled, which is not be default in VM tests.
..
bpf feat(aya): Add iterator program type
src aya: add feature probing for map type
Cargo.toml Use Result in integration-test's build script
build.rs Use Result in integration-test's build script