aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/singleCpuPinning.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/topo-containers/singleCpuPinning.yaml')
-rw-r--r--extras/hs-test/topo-containers/singleCpuPinning.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/singleCpuPinning.yaml b/extras/hs-test/topo-containers/singleCpuPinning.yaml
new file mode 100644
index 00000000000..6e673aa85bf
--- /dev/null
+++ b/extras/hs-test/topo-containers/singleCpuPinning.yaml
@@ -0,0 +1,11 @@
+---
+volumes:
+ - volume: &shared-vol
+ host-dir: "$HST_VOLUME_DIR/shared-vol"
+
+containers:
+ - name: "vpp"
+ volumes:
+ - <<: *shared-vol
+ container-dir: "/tmp/vpp"
+ is-default-work-dir: true