github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/test/apiv2/30-volumes.at (about)

     1  # -*- sh -*-
     2  #
     3  # volume-related tests
     4  #
     5  
     6  #
     7  # FIXME: endpoints seem to be unimplemented, return 404
     8  #
     9  if false; then
    10  t GET  libpod/volumes/json            200 null
    11  t POST libpod/volumes/create name=foo 201
    12  fi
    13  
    14  # vim: filetype=sh