Unverified Commit 7c727f9f authored by Minijackson's avatar Minijackson
Browse files

nixos/tests/netbox-upgrade: test the 4.1 -> 4.2 upgrade

parent cf7bb0e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
import ../make-test-python.nix (
  { lib, pkgs, ... }:
  let
    oldNetbox = pkgs.netbox_3_7;
    newNetbox = pkgs.netbox_4_1;
    oldNetbox = pkgs.netbox_4_1;
    newNetbox = pkgs.netbox_4_2;
  in
  {
    name = "netbox-upgrade";