aya/test/integration-test
Tyrone Wu e36662afe3
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 build(deps): update rand requirement
build.rs Use Result in integration-test's build script